#2460B4

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

Shades of Denim #2460B4

Tints of Denim #2460B4

Color information

#2460B4 (or 0x2460B4) is unknown color: approx Denim. HEX triplet: 24, 60 and B4. RGB value is (36,96,180). Sum of RGB (Red+Green+Blue) = 36+96+180=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #2460B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2460B4 is #DB9F4B. Grayscale: #575757. Windows color (decimal): -14393164 or 11821092. OLE color: 11821092.

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

Color convert

RGB3696180-
CMYK0.80.4700.29
HSL215º66.67%42.35%-
HSV(B)215º80%70.59%-
XYZ13.1512.0444.81-
YUV87.64180.1291.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.54%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 180 (70.70% from 255) = 57.69%
R=11.54%
G=30.77%
B=57.69%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal36961800.80.4700.2921566.6742.35
Hex2460B4502F01Dd7432a
Octal441402641205703532710352
Binary1001001100000101101001010000101111011101110101111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2460B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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