#2264AC

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

Shades of Denim #2264AC

Tints of Denim #2264AC

Color information

#2264AC (or 0x2264AC) is unknown color: approx Denim. HEX triplet: 22, 64 and AC. RGB value is (34,100,172). Sum of RGB (Red+Green+Blue) = 34+100+172=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #2264AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2264AC is #DD9B53. Grayscale: #585858. Windows color (decimal): -14523220 or 11297826. OLE color: 11297826.

HSL color Cylindrical-coordinate representation of color #2264AC: hue angle of 211.3º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2264AC is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB34100172-
CMYK0.800.4200.33
HSL211.3º66.99%40.39%-
HSV(B)211.3º80.23%67.45%-
XYZ12.6612.4340.76-
YUV88.47175.1389.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.11%
GREEN value IS 100 (39.45% from 255) = 32.68%
BLUE value IS 172 (67.58% from 255) = 56.21%
R=11.11%
G=32.68%
B=56.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341001720.800.4200.33211.366.9940.39
Hex2264AC502A021d34328
Octal421442541205204132310350
Binary10001011001001010110010100001010100100001110100111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2264AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2264AC; }

 p { color: rgb(34,100,172); }

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

<style>
 a { background-color: #2264AC; }

 a { background-color: rgb(34,100,172); }

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

<style>
 span { border-color: #2264AC; }

 span { border-color: rgb(34,100,172); }

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