Html Css Color HEX #2955BE Cerulean Blue

📋 copy color: '#2955BE'

red 41 ◦ green 85 ◦ blue 190

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

Shades of Cerulean Blue #2955BE

Tints of Cerulean Blue #2955BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.13%

R = 12.97%
G = 26.9%
B = 60.13%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2955BE (or 0x2955BE) is known color: Cerulean Blue. HEX triplet: 29, 55 and BE. RGB value is (41,85,190). Sum of RGB (Red+Green+Blue) = 41+85+190=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #2955BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2955BE is #D6AA41. Grayscale: #535353. Windows color (decimal): -14068290 or 12473641. OLE color: 12473641.

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

Color convert

RGB 41 85 190 -
CMYK 0.78 0.55 0 0.25
HSL 222.28º 0.65% 0.45% -
HSV(B) 222.28º 0.78% 0.75% -
XYZ 13.46 10.69 50.07 -
YUV 83.81 187.92 97.46 -
System Red Green Blue C M Y K H S L
Decimal 41 85 190 0.78 0.55 0 0.25 222.28 0.65 0.45
Hex 29 55 BE 4E 37 0 19 DE 41 2D
Octal 51 125 276 116 67 0 31 336 101 55
Binary 101001 1010101 10111110 1001110 110111 0 11001 11011110 1000001 101101

Color Harmonies of #2955BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2955BE

Black with #2955BE

Text Example


Text Example

White with #2955BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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