Html Css Color HEX #2956B7 Cerulean Blue

📋 copy color: '#2956B7'

red 41 ◦ green 86 ◦ blue 183

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

Shades of Cerulean Blue #2956B7

Tints of Cerulean Blue #2956B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 59.03%

R = 13.23%
G = 27.74%
B = 59.03%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2956B7 (or 0x2956B7) is known color: Cerulean Blue. HEX triplet: 29, 56 and B7. RGB value is (41,86,183). Sum of RGB (Red+Green+Blue) = 41+86+183=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #2956B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2956B7 is #D6A948. Grayscale: #535353. Windows color (decimal): -14068041 or 12015145. OLE color: 12015145.

HSL color Cylindrical-coordinate representation of color #2956B7: hue angle of 220.99º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2956B7 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 41 86 183 -
CMYK 0.78 0.53 0 0.28
HSL 220.99º 0.63% 0.44% -
HSV(B) 220.99º 0.78% 0.72% -
XYZ 12.79 10.55 46.16 -
YUV 83.6 184.09 97.61 -
System Red Green Blue C M Y K H S L
Decimal 41 86 183 0.78 0.53 0 0.28 220.99 0.63 0.44
Hex 29 56 B7 4E 35 0 1C DD 3F 2C
Octal 51 126 267 116 65 0 34 335 77 54
Binary 101001 1010110 10110111 1001110 110101 0 11100 11011101 111111 101100

Color Harmonies of #2956B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2956B7

Black with #2956B7

Text Example


Text Example

White with #2956B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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