#295EAC

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

Shades of Cerulean Blue #295EAC

Tints of Cerulean Blue #295EAC

Color information

#295EAC (or 0x295EAC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5E and AC. RGB value is (41,94,172). Sum of RGB (Red+Green+Blue) = 41+94+172=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #295EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295EAC is #D6A153. Grayscale: #565656. Windows color (decimal): -14066004 or 11296297. OLE color: 11296297.

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

Color convert

RGB4194172-
CMYK0.760.4500.33
HSL215.73º61.5%41.76%-
HSV(B)215.73º76.16%67.45%-
XYZ12.3611.4640.59-
YUV87.04175.9495.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.36%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 172 (67.58% from 255) = 56.03%
R=13.36%
G=30.62%
B=56.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41941720.760.4500.33215.7361.541.76
Hex295EAC4C2D021d83e2a
Octal51136254114550413307652
Binary1010011011110101011001001100101101010000111011000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,94,172); }

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

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

 a { background-color: rgb(41,94,172); }

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

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

 span { border-color: rgb(41,94,172); }

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