#2951AB

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

Shades of Cerulean Blue #2951AB

Tints of Cerulean Blue #2951AB

Color information

#2951AB (or 0x2951AB) is unknown color: approx Cerulean Blue. HEX triplet: 29, 51 and AB. RGB value is (41,81,171). Sum of RGB (Red+Green+Blue) = 41+81+171=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #2951AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2951AB is #D6AE54. Grayscale: #4E4E4E. Windows color (decimal): -14069333 or 11227433. OLE color: 11227433.

HSL color Cylindrical-coordinate representation of color #2951AB: hue angle of 221.54º 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 #2951AB is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4181171-
CMYK0.760.5300.33
HSL221.54º61.32%41.57%-
HSV(B)221.54º76.02%67.06%-
XYZ11.219.339.73-
YUV79.3179.75100.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.99%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 171 (67.19% from 255) = 58.36%
R=13.99%
G=27.65%
B=58.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41811710.760.5300.33221.5461.3241.57
Hex2951AB4C35021de3d2a
Octal51121253114650413367552
Binary1010011010001101010111001100110101010000111011110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2951AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2951AB; }

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

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

<style>
 a { background-color: #2951AB; }

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

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

<style>
 span { border-color: #2951AB; }

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

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