#2460B7

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

Shades of Denim #2460B7

Tints of Denim #2460B7

Color information

#2460B7 (or 0x2460B7) is unknown color: approx Denim. HEX triplet: 24, 60 and B7. RGB value is (36,96,183). Sum of RGB (Red+Green+Blue) = 36+96+183=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #2460B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2460B7 is #DB9F48. Grayscale: #575757. Windows color (decimal): -14393161 or 12017700. OLE color: 12017700.

HSL color Cylindrical-coordinate representation of color #2460B7: hue angle of 215.51º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2460B7 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3696183-
CMYK0.800.4800.28
HSL215.51º67.12%42.94%-
HSV(B)215.51º80.33%71.76%-
XYZ13.4612.1646.44-
YUV87.98181.6290.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.43%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 183 (71.88% from 255) = 58.10%
R=11.43%
G=30.48%
B=58.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal36961830.800.4800.28215.5167.1242.94
Hex2460B7503001Cd8432b
Octal441402671206003433010353
Binary1001001100000101101111010000110000011100110110001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2460B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2460B7; }

 p { color: rgb(36,96,183); }

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

<style>
 a { background-color: #2460B7; }

 a { background-color: rgb(36,96,183); }

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

<style>
 span { border-color: #2460B7; }

 span { border-color: rgb(36,96,183); }

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