#2952BF

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

Shades of Cerulean Blue #2952BF

Tints of Cerulean Blue #2952BF

Color information

#2952BF (or 0x2952BF) is unknown color: approx Cerulean Blue. HEX triplet: 29, 52 and BF. RGB value is (41,82,191). Sum of RGB (Red+Green+Blue) = 41+82+191=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #2952BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2952BF is #D6AD40. Grayscale: #515151. Windows color (decimal): -14069057 or 12538409. OLE color: 12538409.

HSL color Cylindrical-coordinate representation of color #2952BF: hue angle of 223.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2952BF is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4182191-
CMYK0.790.5700.25
HSL223.6º64.66%45.49%-
HSV(B)223.6º78.53%74.9%-
XYZ13.3410.2750.57-
YUV82.17189.4298.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.06%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 191 (75% from 255) = 60.83%
R=13.06%
G=26.11%
B=60.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41821910.790.5700.25223.664.6645.49
Hex2952BF4F39019e0412d
Octal511222771177103134010155
Binary1010011010010101111111001111111001011001111000001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2952BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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