#2770CB

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

Shades of Denim #2770CB

Tints of Denim #2770CB

Color information

#2770CB (or 0x2770CB) is unknown color: approx Denim. HEX triplet: 27, 70 and CB. RGB value is (39,112,203). Sum of RGB (Red+Green+Blue) = 39+112+203=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #2770CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2770CB is #D88F34. Grayscale: #646464. Windows color (decimal): -14192437 or 13332519. OLE color: 13332519.

HSL color Cylindrical-coordinate representation of color #2770CB: hue angle of 213.29º 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 #2770CB is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB39112203-
CMYK0.810.4500.20
HSL213.29º67.77%47.45%-
HSV(B)213.29º80.79%79.61%-
XYZ17.4116.3358.73-
YUV100.55185.8284.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.02%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 203 (79.69% from 255) = 57.34%
R=11.02%
G=31.64%
B=57.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal391122030.810.4500.20213.2967.7747.45
Hex2770CB512D014d5442f
Octal471603131215502432510457
Binary1001111110000110010111010001101101010100110101011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2770CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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