#295DAB

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

Shades of Cerulean Blue #295DAB

Tints of Cerulean Blue #295DAB

Color information

#295DAB (or 0x295DAB) is unknown color: approx Cerulean Blue. HEX triplet: 29, 5D and AB. RGB value is (41,93,171). Sum of RGB (Red+Green+Blue) = 41+93+171=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #295DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295DAB is #D6A254. Grayscale: #555555. Windows color (decimal): -14066261 or 11230505. OLE color: 11230505.

HSL color Cylindrical-coordinate representation of color #295DAB: hue angle of 216º degrees, saturation: 0.61, 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 #295DAB is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4193171-
CMYK0.760.4600.33
HSL216º61.32%41.57%-
HSV(B)216º76.02%67.06%-
XYZ12.1811.2440.06-
YUV86.34175.7795.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 171 (67.19% from 255) = 56.07%
R=13.44%
G=30.49%
B=56.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41931710.760.4600.3321661.3241.57
Hex295DAB4C2E021d83d2a
Octal51135253114560413307552
Binary1010011011101101010111001100101110010000111011000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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