#2760B4

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

Shades of Denim #2760B4

Tints of Denim #2760B4

Color information

#2760B4 (or 0x2760B4) is unknown color: approx Denim. HEX triplet: 27, 60 and B4. RGB value is (39,96,180). Sum of RGB (Red+Green+Blue) = 39+96+180=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 180 (70.70% from 255 or 57.14% from 315); Max value from RGB is 180 - color contains mainly: blue. Hex color #2760B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2760B4 is #D89F4B. Grayscale: #585858. Windows color (decimal): -14196556 or 11821095. OLE color: 11821095.

HSL color Cylindrical-coordinate representation of color #2760B4: hue angle of 215.74º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2760B4 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3996180-
CMYK0.780.4700.29
HSL215.74º64.38%42.94%-
HSV(B)215.74º78.33%70.59%-
XYZ13.2612.0944.82-
YUV88.53179.6292.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.38%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 180 (70.70% from 255) = 57.14%
R=12.38%
G=30.48%
B=57.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal39961800.780.4700.29215.7464.3842.94
Hex2760B44E2F01Dd8402b
Octal471402641165703533010053
Binary1001111100000101101001001110101111011101110110001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2760B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2760B4; }

 p { color: rgb(39,96,180); }

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

<style>
 a { background-color: #2760B4; }

 a { background-color: rgb(39,96,180); }

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

<style>
 span { border-color: #2760B4; }

 span { border-color: rgb(39,96,180); }

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