Html Css Color HEX #2955CA Cerulean Blue

📋 copy color: '#2955CA'

red 41 ◦ green 85 ◦ blue 202

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

Shades of Cerulean Blue #2955CA

Tints of Cerulean Blue #2955CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.59%

R = 12.5%
G = 25.91%
B = 61.59%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2955CA (or 0x2955CA) is known color: Cerulean Blue. HEX triplet: 29, 55 and CA. RGB value is (41,85,202). Sum of RGB (Red+Green+Blue) = 41+85+202=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #2955CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2955CA is #D6AA35. Grayscale: #545454. Windows color (decimal): -14068278 or 13260073. OLE color: 13260073.

HSL color Cylindrical-coordinate representation of color #2955CA: hue angle of 223.6º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2955CA is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 85 202 -
CMYK 0.80 0.58 0 0.21
HSL 223.6º 0.66% 0.48% -
HSV(B) 223.6º 0.8% 0.79% -
XYZ 14.82 11.23 57.26 -
YUV 85.18 193.92 96.49 -
System Red Green Blue C M Y K H S L
Decimal 41 85 202 0.80 0.58 0 0.21 223.6 0.66 0.48
Hex 29 55 CA 50 3A 0 15 E0 42 30
Octal 51 125 312 120 72 0 25 340 102 60
Binary 101001 1010101 11001010 1010000 111010 0 10101 11100000 1000010 110000

Color Harmonies of #2955CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2955CA

Black with #2955CA

Text Example


Text Example

White with #2955CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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