#2952BE

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

Shades of Cerulean Blue #2952BE

Tints of Cerulean Blue #2952BE

Color information

#2952BE (or 0x2952BE) is unknown color: approx Cerulean Blue. HEX triplet: 29, 52 and BE. RGB value is (41,82,190). Sum of RGB (Red+Green+Blue) = 41+82+190=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #2952BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2952BE is #D6AD41. Grayscale: #515151. Windows color (decimal): -14069058 or 12472873. OLE color: 12472873.

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

Color convert

RGB4182190-
CMYK0.780.5700.25
HSL223.49º64.5%45.29%-
HSV(B)223.49º78.42%74.51%-
XYZ13.2310.2249.99-
YUV82.05188.9298.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 190 (74.61% from 255) = 60.70%
R=13.10%
G=26.20%
B=60.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41821900.780.5700.25223.4964.545.29
Hex2952BE4E39019df412d
Octal511222761167103133710155
Binary1010011010010101111101001110111001011001110111111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2952BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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