#295DBD

Color #295DBD Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #295DBD

Tints of Cerulean Blue #295DBD

Color information

#295DBD (or 0x295DBD) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5D and BD. RGB value is (41,93,189). Sum of RGB (Red+Green+Blue) = 41+93+189=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #295DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DBD is #D6A242. Grayscale: #575757. Windows color (decimal): -14066243 or 12410153. OLE color: 12410153.

HSL color Cylindrical-coordinate representation of color #295DBD: hue angle of 218.92º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295DBD is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4193189-
CMYK0.780.5100.26
HSL218.92º64.35%45.1%-
HSV(B)218.92º78.31%74.12%-
XYZ14.0111.9749.72-
YUV88.4184.7794.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 12.69%
GREEN value IS 93 (36.72% from 255) = 28.79%
BLUE value IS 189 (74.22% from 255) = 58.51%
R=12.69%
G=28.79%
B=58.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41931890.780.5100.26218.9264.3545.1
Hex295DBD4E3301Adb402d
Octal511352751166303233310055
Binary1010011011101101111011001110110011011010110110111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295DBD; }

 p { color: rgb(41,93,189); }

 H1.HeaderClassName
 {
   color: #295DBD;
 }
 .AnyTagClassName
 {
   color: #295DBD;
 }
</style>
background-color css

<style>
 a { background-color: #295DBD; }

 a { background-color: rgb(41,93,189); }

 div.DivClassName
 {
   background-color: #295DBD;
 }
 .BgClassName
 {
   background-color: #295DBD;
 }
</style>
border-color css

<style>
 span { border-color: #295DBD; }

 span { border-color: rgb(41,93,189); }

 td.TdClassName
 {
   border-color: #295DBD;
 }
 .TagClassName
 {
   border-color: #295DBD;
 }
</style>