#295BA9

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

Shades of Cerulean Blue #295BA9

Tints of Cerulean Blue #295BA9

Color information

#295BA9 (or 0x295BA9) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5B and A9. RGB value is (41,91,169). Sum of RGB (Red+Green+Blue) = 41+91+169=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 169 (66.41% from 255 or 56.15% from 301); Max value from RGB is 169 - color contains mainly: blue. Hex color #295BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295BA9 is #D6A456. Grayscale: #545454. Windows color (decimal): -14066775 or 11098921. OLE color: 11098921.

HSL color Cylindrical-coordinate representation of color #295BA9: hue angle of 216.56º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295BA9 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4191169-
CMYK0.760.4600.34
HSL216.56º60.95%41.18%-
HSV(B)216.56º75.74%66.27%-
XYZ11.8210.8239-
YUV84.94175.4496.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 169 (66.41% from 255) = 56.15%
R=13.62%
G=30.23%
B=56.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal41911690.760.4600.34216.5660.9541.18
Hex295BA94C2E022d93d29
Octal51133251114560423317551
Binary1010011011011101010011001100101110010001011011001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,91,169); }

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

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

 a { background-color: rgb(41,91,169); }

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

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

 span { border-color: rgb(41,91,169); }

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