#2464AF

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

Shades of Denim #2464AF

Tints of Denim #2464AF

Color information

#2464AF (or 0x2464AF) is unknown color: approx Denim. HEX triplet: 24, 64 and AF. RGB value is (36,100,175). Sum of RGB (Red+Green+Blue) = 36+100+175=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #2464AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2464AF is #DB9B50. Grayscale: #595959. Windows color (decimal): -14392145 or 11494436. OLE color: 11494436.

HSL color Cylindrical-coordinate representation of color #2464AF: hue angle of 212.37º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2464AF is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB36100175-
CMYK0.790.4300.31
HSL212.37º65.88%41.37%-
HSV(B)212.37º79.43%68.63%-
XYZ13.0212.5842.3-
YUV89.41176.389.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.58%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 175 (68.75% from 255) = 56.27%
R=11.58%
G=32.15%
B=56.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361001750.790.4300.31212.3765.8841.37
Hex2464AF4F2B01Fd44229
Octal441442571175303732410251
Binary1001001100100101011111001111101011011111110101001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2464AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2464AF; }

 p { color: rgb(36,100,175); }

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

<style>
 a { background-color: #2464AF; }

 a { background-color: rgb(36,100,175); }

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

<style>
 span { border-color: #2464AF; }

 span { border-color: rgb(36,100,175); }

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