Html Css Color HEX #2955BC Cerulean Blue

📋 copy color: '#2955BC'

red 41 ◦ green 85 ◦ blue 188

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

Shades of Cerulean Blue #2955BC

Tints of Cerulean Blue #2955BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.87%

R = 13.06%
G = 27.07%
B = 59.87%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2955BC (or 0x2955BC) is known color: Cerulean Blue. HEX triplet: 29, 55 and BC. RGB value is (41,85,188). Sum of RGB (Red+Green+Blue) = 41+85+188=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #2955BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2955BC is #D6AA43. Grayscale: #535353. Windows color (decimal): -14068292 or 12342569. OLE color: 12342569.

HSL color Cylindrical-coordinate representation of color #2955BC: hue angle of 222.04º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2955BC is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 85 188 -
CMYK 0.78 0.55 0 0.26
HSL 222.04º 0.64% 0.45% -
HSV(B) 222.04º 0.78% 0.74% -
XYZ 13.24 10.6 48.92 -
YUV 83.59 186.92 97.62 -
System Red Green Blue C M Y K H S L
Decimal 41 85 188 0.78 0.55 0 0.26 222.04 0.64 0.45
Hex 29 55 BC 4E 37 0 1A DE 40 2D
Octal 51 125 274 116 67 0 32 336 100 55
Binary 101001 1010101 10111100 1001110 110111 0 11010 11011110 1000000 101101

Color Harmonies of #2955BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2955BC

Black with #2955BC

Text Example


Text Example

White with #2955BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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