#295DAE

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

Shades of Cerulean Blue #295DAE

Tints of Cerulean Blue #295DAE

Color information

#295DAE (or 0x295DAE) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5D and AE. RGB value is (41,93,174). Sum of RGB (Red+Green+Blue) = 41+93+174=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #295DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295DAE is #D6A251. Grayscale: #565656. Windows color (decimal): -14066258 or 11427113. OLE color: 11427113.

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

Color convert

RGB4193174-
CMYK0.760.4700.32
HSL216.54º61.86%42.16%-
HSV(B)216.54º76.44%68.24%-
XYZ12.4711.3641.58-
YUV86.69177.2795.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=13.31%
G=30.19%
B=56.49%

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
Decimal41931740.760.4700.32216.5461.8642.16
Hex295DAE4C2F020d93e2a
Octal51135256114570403317652
Binary1010011011101101011101001100101111010000011011001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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