Html Css Color HEX #2956C0 Cerulean Blue

📋 copy color: '#2956C0'

red 41 ◦ green 86 ◦ blue 192

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

Shades of Cerulean Blue #2956C0

Tints of Cerulean Blue #2956C0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.96%

 BLUE value IS 192 (75.39% from 255) = 60.19%

R = 12.85%
G = 26.96%
B = 60.19%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2956C0 (or 0x2956C0) is known color: Cerulean Blue. HEX triplet: 29, 56 and C0. RGB value is (41,86,192). Sum of RGB (Red+Green+Blue) = 41+86+192=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #2956C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2956C0 is #D6A93F. Grayscale: #545454. Windows color (decimal): -14068032 or 12604969. OLE color: 12604969.

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

Color convert

RGB 41 86 192 -
CMYK 0.79 0.55 0 0.25
HSL 222.12º 0.65% 0.46% -
HSV(B) 222.12º 0.79% 0.75% -
XYZ 13.76 10.93 51.25 -
YUV 84.63 188.59 96.88 -
System Red Green Blue C M Y K H S L
Decimal 41 86 192 0.79 0.55 0 0.25 222.12 0.65 0.46
Hex 29 56 C0 4F 37 0 19 DE 41 2E
Octal 51 126 300 117 67 0 31 336 101 56
Binary 101001 1010110 11000000 1001111 110111 0 11001 11011110 1000001 101110

Color Harmonies of #2956C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2956C0

Black with #2956C0

Text Example


Text Example

White with #2956C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2956C0; }

 p { color: rgb(41,86,192); }

 H1.HeaderClassName
 {
   color: #2956C0;
 }
 .AnyTagClassName
 {
   color: #2956C0;
 }
</style>

background-color css

<style>
 a { background-color: #2956C0; }

 a { background-color: rgb(41,86,192); }

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

border-color css

<style>
 span { border-color: #2956C0; }

 span { border-color: rgb(41,86,192); }

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