#2776C7

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

Shades of Denim #2776C7

Tints of Denim #2776C7

Color information

#2776C7 (or 0x2776C7) is unknown color: approx Denim. HEX triplet: 27, 76 and C7. RGB value is (39,118,199). Sum of RGB (Red+Green+Blue) = 39+118+199=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 199 (78.12% from 255 or 55.90% from 356); Max value from RGB is 199 - color contains mainly: blue. Hex color #2776C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2776C7 is #D88938. Grayscale: #676767. Windows color (decimal): -14190905 or 13071911. OLE color: 13071911.

HSL color Cylindrical-coordinate representation of color #2776C7: hue angle of 210.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2776C7 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB39118199-
CMYK0.800.4100.22
HSL210.38º67.23%46.67%-
HSV(B)210.38º80.4%78.04%-
XYZ17.6217.5156.48-
YUV103.61181.8381.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.96%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 199 (78.12% from 255) = 55.90%
R=10.96%
G=33.15%
B=55.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal391181990.800.4100.22210.3867.2346.67
Hex2776C75029016d2432f
Octal471663071205102632210357
Binary1001111110110110001111010000101001010110110100101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2776C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2776C7; }

 p { color: rgb(39,118,199); }

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

<style>
 a { background-color: #2776C7; }

 a { background-color: rgb(39,118,199); }

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

<style>
 span { border-color: #2776C7; }

 span { border-color: rgb(39,118,199); }

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