Html Css Color HEX #2952CE Cerulean Blue

📋 copy color: '#2952CE'

red 41 ◦ green 82 ◦ blue 206

#2952CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2952CE

Tints of Cerulean Blue #2952CE

RGB

 RED value IS 41 (16.41% from 255) = 12.46%

 GREEN value IS 82 (32.42% from 255) = 24.92%

 BLUE value IS 206 (80.86% from 255) = 62.61%

R = 12.46%
G = 24.92%
B = 62.61%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2952CE (or 0x2952CE) is known color: Cerulean Blue. HEX triplet: 29, 52 and CE. RGB value is (41,82,206). Sum of RGB (Red+Green+Blue) = 41+82+206=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #2952CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2952CE is #D6AD31. Grayscale: #535353. Windows color (decimal): -14069042 or 13521449. OLE color: 13521449.

HSL color Cylindrical-coordinate representation of color #2952CE: hue angle of 225.09º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2952CE is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 82 206 -
CMYK 0.80 0.60 0 0.19
HSL 225.09º 0.67% 0.48% -
HSV(B) 225.09º 0.8% 0.81% -
XYZ 15.07 10.96 59.71 -
YUV 83.88 196.92 97.42 -
System Red Green Blue C M Y K H S L
Decimal 41 82 206 0.80 0.60 0 0.19 225.09 0.67 0.48
Hex 29 52 CE 50 3C 0 13 E1 43 30
Octal 51 122 316 120 74 0 23 341 103 60
Binary 101001 1010010 11001110 1010000 111100 0 10011 11100001 1000011 110000

Color Harmonies of #2952CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2952CE

Black with #2952CE

Text Example


Text Example

White with #2952CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2952CE;
 }
 .AnyTagClassName
 {
   color: #2952CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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