Html Css Color HEX #2956AC Cerulean Blue

📋 copy color: '#2956AC'

red 41 ◦ green 86 ◦ blue 172

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

Shades of Cerulean Blue #2956AC

Tints of Cerulean Blue #2956AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 13.71%
G = 28.76%
B = 57.53%

CMYK

 C value IS 0.76

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2956AC (or 0x2956AC) is known color: Cerulean Blue. HEX triplet: 29, 56 and AC. RGB value is (41,86,172). Sum of RGB (Red+Green+Blue) = 41+86+172=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #2956AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2956AC is #D6A953. Grayscale: #515151. Windows color (decimal): -14068052 or 11294249. OLE color: 11294249.

HSL color Cylindrical-coordinate representation of color #2956AC: hue angle of 219.39º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2956AC is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 86 172 -
CMYK 0.76 0.5 0 0.33
HSL 219.39º 0.62% 0.42% -
HSV(B) 219.39º 0.76% 0.67% -
XYZ 11.69 10.11 40.36 -
YUV 82.35 178.59 98.51 -
System Red Green Blue C M Y K H S L
Decimal 41 86 172 0.76 0.5 0 0.33 219.39 0.62 0.42
Hex 29 56 AC 4C 32 0 21 DB 3E 2A
Octal 51 126 254 114 62 0 41 333 76 52
Binary 101001 1010110 10101100 1001100 110010 0 100001 11011011 111110 101010

Color Harmonies of #2956AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2956AC

Black with #2956AC

Text Example


Text Example

White with #2956AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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