Html Css Color HEX #2956BF Cerulean Blue

📋 copy color: '#2956BF'

red 41 ◦ green 86 ◦ blue 191

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

Shades of Cerulean Blue #2956BF

Tints of Cerulean Blue #2956BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.06%

R = 12.89%
G = 27.04%
B = 60.06%

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

#2956BF (or 0x2956BF) is known color: Cerulean Blue. HEX triplet: 29, 56 and BF. RGB value is (41,86,191). Sum of RGB (Red+Green+Blue) = 41+86+191=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #2956BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2956BF is #D6A940. Grayscale: #545454. Windows color (decimal): -14068033 or 12539433. OLE color: 12539433.

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

Color convert

RGB 41 86 191 -
CMYK 0.79 0.55 0 0.25
HSL 222º 0.65% 0.45% -
HSV(B) 222º 0.79% 0.75% -
XYZ 13.65 10.89 50.67 -
YUV 84.52 188.09 96.96 -
System Red Green Blue C M Y K H S L
Decimal 41 86 191 0.79 0.55 0 0.25 222 0.65 0.45
Hex 29 56 BF 4F 37 0 19 DE 41 2D
Octal 51 126 277 117 67 0 31 336 101 55
Binary 101001 1010110 10111111 1001111 110111 0 11001 11011110 1000001 101101

Color Harmonies of #2956BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2956BF

Black with #2956BF

Text Example


Text Example

White with #2956BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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