#295CAE

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

Shades of Cerulean Blue #295CAE

Tints of Cerulean Blue #295CAE

Color information

#295CAE (or 0x295CAE) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5C and AE. RGB value is (41,92,174). Sum of RGB (Red+Green+Blue) = 41+92+174=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #295CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295CAE is #D6A351. Grayscale: #555555. Windows color (decimal): -14066514 or 11426857. OLE color: 11426857.

HSL color Cylindrical-coordinate representation of color #295CAE: hue angle of 216.99º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295CAE is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4192174-
CMYK0.760.4700.32
HSL216.99º61.86%42.16%-
HSV(B)216.99º76.44%68.24%-
XYZ12.3811.1841.55-
YUV86.1177.695.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.36%
GREEN value IS 92 (36.33% from 255) = 29.97%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=13.36%
G=29.97%
B=56.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41921740.760.4700.32216.9961.8642.16
Hex295CAE4C2F020d93e2a
Octal51134256114570403317652
Binary1010011011100101011101001100101111010000011011001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,92,174); }

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

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

 a { background-color: rgb(41,92,174); }

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

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

 span { border-color: rgb(41,92,174); }

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