#2464BA

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

Shades of Denim #2464BA

Tints of Denim #2464BA

Color information

#2464BA (or 0x2464BA) is unknown color: approx Denim. HEX triplet: 24, 64 and BA. RGB value is (36,100,186). Sum of RGB (Red+Green+Blue) = 36+100+186=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #2464BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2464BA is #DB9B45. Grayscale: #5A5A5A. Windows color (decimal): -14392134 or 12215332. OLE color: 12215332.

HSL color Cylindrical-coordinate representation of color #2464BA: hue angle of 214.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2464BA is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB36100186-
CMYK0.810.4600.27
HSL214.4º67.57%43.53%-
HSV(B)214.4º80.65%72.94%-
XYZ14.1513.0348.22-
YUV90.67181.889.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.18%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 186 (73.05% from 255) = 57.76%
R=11.18%
G=31.06%
B=57.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361001860.810.4600.27214.467.5743.53
Hex2464BA512E01Bd6442c
Octal441442721215603332610454
Binary1001001100100101110101010001101110011011110101101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2464BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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