Html Css Color HEX #2956AF Cerulean Blue

📋 copy color: '#2956AF'

red 41 ◦ green 86 ◦ blue 175

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

Shades of Cerulean Blue #2956AF

Tints of Cerulean Blue #2956AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.95%

R = 13.58%
G = 28.48%
B = 57.95%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2956AF (or 0x2956AF) is known color: Cerulean Blue. HEX triplet: 29, 56 and AF. RGB value is (41,86,175). Sum of RGB (Red+Green+Blue) = 41+86+175=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #2956AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2956AF is #D6A950. Grayscale: #525252. Windows color (decimal): -14068049 or 11490857. OLE color: 11490857.

HSL color Cylindrical-coordinate representation of color #2956AF: hue angle of 219.85º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2956AF is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 86 175 -
CMYK 0.77 0.51 0 0.31
HSL 219.85º 0.62% 0.42% -
HSV(B) 219.85º 0.77% 0.69% -
XYZ 11.98 10.22 41.9 -
YUV 82.69 180.09 98.26 -
System Red Green Blue C M Y K H S L
Decimal 41 86 175 0.77 0.51 0 0.31 219.85 0.62 0.42
Hex 29 56 AF 4D 33 0 1F DC 3E 2A
Octal 51 126 257 115 63 0 37 334 76 52
Binary 101001 1010110 10101111 1001101 110011 0 11111 11011100 111110 101010

Color Harmonies of #2956AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2956AF

Black with #2956AF

Text Example


Text Example

White with #2956AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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