#295AAE

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

Shades of Cerulean Blue #295AAE

Tints of Cerulean Blue #295AAE

Color information

#295AAE (or 0x295AAE) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5A and AE. RGB value is (41,90,174). Sum of RGB (Red+Green+Blue) = 41+90+174=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #295AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295AAE is #D6A551. Grayscale: #545454. Windows color (decimal): -14067026 or 11426345. OLE color: 11426345.

HSL color Cylindrical-coordinate representation of color #295AAE: hue angle of 217.89º 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 #295AAE is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4190174-
CMYK0.760.4800.32
HSL217.89º61.86%42.16%-
HSV(B)217.89º76.44%68.24%-
XYZ12.2110.8441.49-
YUV84.92178.2796.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=13.44%
G=29.51%
B=57.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41901740.760.4800.32217.8961.8642.16
Hex295AAE4C30020da3e2a
Octal51132256114600403327652
Binary1010011011010101011101001100110000010000011011010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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