#2462B4

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

Shades of Denim #2462B4

Tints of Denim #2462B4

Color information

#2462B4 (or 0x2462B4) is unknown color: approx Denim. HEX triplet: 24, 62 and B4. RGB value is (36,98,180). Sum of RGB (Red+Green+Blue) = 36+98+180=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 180 (70.70% from 255 or 57.32% from 314); Max value from RGB is 180 - color contains mainly: blue. Hex color #2462B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2462B4 is #DB9D4B. Grayscale: #585858. Windows color (decimal): -14392652 or 11821604. OLE color: 11821604.

HSL color Cylindrical-coordinate representation of color #2462B4: hue angle of 214.17º 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 #2462B4 is Cyan = 0.8, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3698180-
CMYK0.80.4600.29
HSL214.17º66.67%42.35%-
HSV(B)214.17º80%70.59%-
XYZ13.3312.4144.87-
YUV88.81179.4690.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.46%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 180 (70.70% from 255) = 57.32%
R=11.46%
G=31.21%
B=57.32%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal36981800.80.4600.29214.1766.6742.35
Hex2462B4502E01Dd6432a
Octal441422641205603532610352
Binary1001001100010101101001010000101110011101110101101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2462B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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