#2165AE

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

Shades of Denim #2165AE

Tints of Denim #2165AE

Color information

#2165AE (or 0x2165AE) is unknown color: approx Denim. HEX triplet: 21, 65 and AE. RGB value is (33,101,174). Sum of RGB (Red+Green+Blue) = 33+101+174=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #2165AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2165AE is #DE9A51. Grayscale: #585858. Windows color (decimal): -14588498 or 11429153. OLE color: 11429153.

HSL color Cylindrical-coordinate representation of color #2165AE: hue angle of 211.06º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2165AE is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB33101174-
CMYK0.810.4200.32
HSL211.06º68.12%40.59%-
HSV(B)211.06º81.03%68.24%-
XYZ12.9212.6941.81-
YUV88.99175.9788.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.71%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=10.71%
G=32.79%
B=56.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331011740.810.4200.32211.0668.1240.59
Hex2165AE512A020d34429
Octal411452561215204032310451
Binary10000111001011010111010100011010100100000110100111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2165AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2165AE; }

 p { color: rgb(33,101,174); }

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

<style>
 a { background-color: #2165AE; }

 a { background-color: rgb(33,101,174); }

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

<style>
 span { border-color: #2165AE; }

 span { border-color: rgb(33,101,174); }

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