#2772CB

Color #2772CB Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2772CB

Tints of Denim #2772CB

Color information

#2772CB (or 0x2772CB) is unknown color: approx Denim. HEX triplet: 27, 72 and CB. RGB value is (39,114,203). Sum of RGB (Red+Green+Blue) = 39+114+203=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #2772CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2772CB is #D88D34. Grayscale: #656565. Windows color (decimal): -14191925 or 13333031. OLE color: 13333031.

HSL color Cylindrical-coordinate representation of color #2772CB: hue angle of 212.56º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2772CB is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB39114203-
CMYK0.810.4400.20
HSL212.56º67.77%47.45%-
HSV(B)212.56º80.79%79.61%-
XYZ17.6316.7858.81-
YUV101.72185.1583.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.96%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 203 (79.69% from 255) = 57.02%
R=10.96%
G=32.02%
B=57.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal391142030.810.4400.20212.5667.7747.45
Hex2772CB512C014d5442f
Octal471623131215402432510457
Binary1001111110010110010111010001101100010100110101011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2772CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2772CB; }

 p { color: rgb(39,114,203); }

 H1.HeaderClassName
 {
   color: #2772CB;
 }
 .AnyTagClassName
 {
   color: #2772CB;
 }
</style>
background-color css

<style>
 a { background-color: #2772CB; }

 a { background-color: rgb(39,114,203); }

 div.DivClassName
 {
   background-color: #2772CB;
 }
 .BgClassName
 {
   background-color: #2772CB;
 }
</style>
border-color css

<style>
 span { border-color: #2772CB; }

 span { border-color: rgb(39,114,203); }

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