Html Css Color HEX #2956BA Cerulean Blue

📋 copy color: '#2956BA'

red 41 ◦ green 86 ◦ blue 186

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

Shades of Cerulean Blue #2956BA

Tints of Cerulean Blue #2956BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.42%

R = 13.1%
G = 27.48%
B = 59.42%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2956BA (or 0x2956BA) is known color: Cerulean Blue. HEX triplet: 29, 56 and BA. RGB value is (41,86,186). Sum of RGB (Red+Green+Blue) = 41+86+186=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #2956BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2956BA is #D6A945. Grayscale: #535353. Windows color (decimal): -14068038 or 12211753. OLE color: 12211753.

HSL color Cylindrical-coordinate representation of color #2956BA: hue angle of 221.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2956BA is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 86 186 -
CMYK 0.78 0.54 0 0.27
HSL 221.38º 0.64% 0.45% -
HSV(B) 221.38º 0.78% 0.73% -
XYZ 13.11 10.67 47.82 -
YUV 83.95 185.59 97.37 -
System Red Green Blue C M Y K H S L
Decimal 41 86 186 0.78 0.54 0 0.27 221.38 0.64 0.45
Hex 29 56 BA 4E 36 0 1B DD 40 2D
Octal 51 126 272 116 66 0 33 335 100 55
Binary 101001 1010110 10111010 1001110 110110 0 11011 11011101 1000000 101101

Color Harmonies of #2956BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2956BA

Black with #2956BA

Text Example


Text Example

White with #2956BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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