#2168AE

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

Shades of Denim #2168AE

Tints of Denim #2168AE

Color information

#2168AE (or 0x2168AE) is unknown color: approx Denim. HEX triplet: 21, 68 and AE. RGB value is (33,104,174). Sum of RGB (Red+Green+Blue) = 33+104+174=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #2168AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2168AE is #DE9751. Grayscale: #5A5A5A. Windows color (decimal): -14587730 or 11429921. OLE color: 11429921.

HSL color Cylindrical-coordinate representation of color #2168AE: hue angle of 209.79º 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 #2168AE is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB33104174-
CMYK0.810.4000.32
HSL209.79º68.12%40.59%-
HSV(B)209.79º81.03%68.24%-
XYZ13.2213.2841.91-
YUV90.75174.9886.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.61%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=10.61%
G=33.44%
B=55.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331041740.810.4000.32209.7968.1240.59
Hex2168AE5128020d24429
Octal411502561215004032210451
Binary10000111010001010111010100011010000100000110100101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2168AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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