Html Css Color HEX #2955C6 Cerulean Blue

📋 copy color: '#2955C6'

red 41 ◦ green 85 ◦ blue 198

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

Shades of Cerulean Blue #2955C6

Tints of Cerulean Blue #2955C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 61.11%

R = 12.65%
G = 26.23%
B = 61.11%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2955C6 (or 0x2955C6) is known color: Cerulean Blue. HEX triplet: 29, 55 and C6. RGB value is (41,85,198). Sum of RGB (Red+Green+Blue) = 41+85+198=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 198 (77.73% from 255 or 61.11% from 324); Max value from RGB is 198 - color contains mainly: blue. Hex color #2955C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2955C6 is #D6AA39. Grayscale: #545454. Windows color (decimal): -14068282 or 12997929. OLE color: 12997929.

HSL color Cylindrical-coordinate representation of color #2955C6: hue angle of 223.18º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2955C6 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 85 198 -
CMYK 0.79 0.57 0 0.22
HSL 223.18º 0.66% 0.47% -
HSV(B) 223.18º 0.79% 0.78% -
XYZ 14.36 11.05 54.8 -
YUV 84.73 191.92 96.81 -
System Red Green Blue C M Y K H S L
Decimal 41 85 198 0.79 0.57 0 0.22 223.18 0.66 0.47
Hex 29 55 C6 4F 39 0 16 DF 42 2F
Octal 51 125 306 117 71 0 26 337 102 57
Binary 101001 1010101 11000110 1001111 111001 0 10110 11011111 1000010 101111

Color Harmonies of #2955C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2955C6

Black with #2955C6

Text Example


Text Example

White with #2955C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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