Html Css Color HEX #2955CE Cerulean Blue

📋 copy color: '#2955CE'

red 41 ◦ green 85 ◦ blue 206

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

Shades of Cerulean Blue #2955CE

Tints of Cerulean Blue #2955CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.6%

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

R = 12.35%
G = 25.6%
B = 62.05%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2955CE (or 0x2955CE) is known color: Cerulean Blue. HEX triplet: 29, 55 and CE. RGB value is (41,85,206). Sum of RGB (Red+Green+Blue) = 41+85+206=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #2955CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2955CE is #D6AA31. Grayscale: #555555. Windows color (decimal): -14068274 or 13522217. OLE color: 13522217.

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

Color convert

RGB 41 85 206 -
CMYK 0.80 0.59 0 0.19
HSL 224º 0.67% 0.48% -
HSV(B) 224º 0.8% 0.81% -
XYZ 15.3 11.42 59.79 -
YUV 85.64 195.92 96.16 -
System Red Green Blue C M Y K H S L
Decimal 41 85 206 0.80 0.59 0 0.19 224 0.67 0.48
Hex 29 55 CE 50 3B 0 13 E0 43 30
Octal 51 125 316 120 73 0 23 340 103 60
Binary 101001 1010101 11001110 1010000 111011 0 10011 11100000 1000011 110000

Color Harmonies of #2955CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2955CE

Black with #2955CE

Text Example


Text Example

White with #2955CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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