#2770B8

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

Shades of Denim #2770B8

Tints of Denim #2770B8

Color information

#2770B8 (or 0x2770B8) is unknown color: approx Denim. HEX triplet: 27, 70 and B8. RGB value is (39,112,184). Sum of RGB (Red+Green+Blue) = 39+112+184=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 184 (72.27% from 255 or 54.93% from 335); Max value from RGB is 184 - color contains mainly: blue. Hex color #2770B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2770B8 is #D88F47. Grayscale: #626262. Windows color (decimal): -14192456 or 12087335. OLE color: 12087335.

HSL color Cylindrical-coordinate representation of color #2770B8: hue angle of 209.79º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2770B8 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB39112184-
CMYK0.790.3900.28
HSL209.79º65.02%43.73%-
HSV(B)209.79º78.8%72.16%-
XYZ15.2815.4847.53-
YUV98.38176.3285.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.64%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 184 (72.27% from 255) = 54.93%
R=11.64%
G=33.43%
B=54.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal391121840.790.3900.28209.7965.0243.73
Hex2770B84F2701Cd2412c
Octal471602701174703432210154
Binary1001111110000101110001001111100111011100110100101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2770B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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