#2952B5

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

Shades of Cerulean Blue #2952B5

Tints of Cerulean Blue #2952B5

Color information

#2952B5 (or 0x2952B5) is unknown color: approx Cerulean Blue. HEX triplet: 29, 52 and B5. RGB value is (41,82,181). Sum of RGB (Red+Green+Blue) = 41+82+181=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 181 (71.09% from 255 or 59.54% from 304); Max value from RGB is 181 - color contains mainly: blue. Hex color #2952B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2952B5 is #D6AD4A. Grayscale: #505050. Windows color (decimal): -14069067 or 11883049. OLE color: 11883049.

HSL color Cylindrical-coordinate representation of color #2952B5: hue angle of 222.43º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2952B5 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4182181-
CMYK0.770.5500.29
HSL222.43º63.06%43.53%-
HSV(B)222.43º77.35%70.98%-
XYZ12.279.8444.97-
YUV81.03184.4299.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.49%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 181 (71.09% from 255) = 59.54%
R=13.49%
G=26.97%
B=59.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41821810.770.5500.29222.4363.0643.53
Hex2952B54D3701Dde3f2c
Octal51122265115670353367754
Binary101001101001010110101100110111011101110111011110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2952B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2952B5; }

 p { color: rgb(41,82,181); }

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

<style>
 a { background-color: #2952B5; }

 a { background-color: rgb(41,82,181); }

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

<style>
 span { border-color: #2952B5; }

 span { border-color: rgb(41,82,181); }

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