Html Css Color HEX #2951CE Cerulean Blue

📋 copy color: '#2951CE'

red 41 ◦ green 81 ◦ blue 206

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

Shades of Cerulean Blue #2951CE

Tints of Cerulean Blue #2951CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.7%

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

R = 12.5%
G = 24.7%
B = 62.8%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2951CE (or 0x2951CE) is known color: Cerulean Blue. HEX triplet: 29, 51 and CE. RGB value is (41,81,206). Sum of RGB (Red+Green+Blue) = 41+81+206=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #2951CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2951CE is #D6AE31. Grayscale: #525252. Windows color (decimal): -14069298 or 13521193. OLE color: 13521193.

HSL color Cylindrical-coordinate representation of color #2951CE: hue angle of 225.45º 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 #2951CE is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 81 206 -
CMYK 0.80 0.61 0 0.19
HSL 225.45º 0.67% 0.48% -
HSV(B) 225.45º 0.8% 0.81% -
XYZ 15 10.81 59.69 -
YUV 83.29 197.25 97.84 -
System Red Green Blue C M Y K H S L
Decimal 41 81 206 0.80 0.61 0 0.19 225.45 0.67 0.48
Hex 29 51 CE 50 3D 0 13 E1 43 30
Octal 51 121 316 120 75 0 23 341 103 60
Binary 101001 1010001 11001110 1010000 111101 0 10011 11100001 1000011 110000

Color Harmonies of #2951CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2951CE

Black with #2951CE

Text Example


Text Example

White with #2951CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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