#2168DA

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

Shades of Denim #2168DA

Tints of Denim #2168DA

Color information

#2168DA (or 0x2168DA) is unknown color: approx Denim. HEX triplet: 21, 68 and DA. RGB value is (33,104,218). Sum of RGB (Red+Green+Blue) = 33+104+218=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #2168DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2168DA is #DE9725. Grayscale: #5F5F5F. Windows color (decimal): -14587686 or 14313505. OLE color: 14313505.

HSL color Cylindrical-coordinate representation of color #2168DA: hue angle of 216.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2168DA is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB33104218-
CMYK0.850.5200.15
HSL216.97º73.71%49.22%-
HSV(B)216.97º84.86%85.49%-
XYZ18.2315.2968.32-
YUV95.77196.9883.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.30%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 218 (85.55% from 255) = 61.41%
R=9.30%
G=29.30%
B=61.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal331042180.850.5200.15216.9773.7149.22
Hex2168DA55340Fd94a31
Octal411503321256401733111261
Binary100001110100011011010101010111010001111110110011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2168DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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