#2A64B6

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

Shades of Denim #2A64B6

Tints of Denim #2A64B6

Color information

#2A64B6 (or 0x2A64B6) is unknown color: approx Denim. HEX triplet: 2A, 64 and B6. RGB value is (42,100,182). Sum of RGB (Red+Green+Blue) = 42+100+182=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #2A64B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A64B6 is #D59B49. Grayscale: #5B5B5B. Windows color (decimal): -13998922 or 11953194. OLE color: 11953194.

HSL color Cylindrical-coordinate representation of color #2A64B6: hue angle of 215.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A64B6 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB42100182-
CMYK0.770.4500.29
HSL215.14º62.5%43.92%-
HSV(B)215.14º76.92%71.37%-
XYZ13.9612.9846.03-
YUV92.01178.7892.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.96%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 182 (71.48% from 255) = 56.17%
R=12.96%
G=30.86%
B=56.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421001820.770.4500.29215.1462.543.92
Hex2A64B64D2D01Dd73e2c
Octal52144266115550353277654
Binary101010110010010110110100110110110101110111010111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A64B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A64B6; }

 p { color: rgb(42,100,182); }

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

<style>
 a { background-color: #2A64B6; }

 a { background-color: rgb(42,100,182); }

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

<style>
 span { border-color: #2A64B6; }

 span { border-color: rgb(42,100,182); }

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