#2168CA

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

Shades of Denim #2168CA

Tints of Denim #2168CA

Color information

#2168CA (or 0x2168CA) is unknown color: approx Denim. HEX triplet: 21, 68 and CA. RGB value is (33,104,202). Sum of RGB (Red+Green+Blue) = 33+104+202=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #2168CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2168CA is #DE9735. Grayscale: #5D5D5D. Windows color (decimal): -14587702 or 13264929. OLE color: 13264929.

HSL color Cylindrical-coordinate representation of color #2168CA: hue angle of 214.79º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2168CA is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB33104202-
CMYK0.840.4900.21
HSL214.79º71.91%46.08%-
HSV(B)214.79º83.66%79.22%-
XYZ16.2414.4957.82-
YUV93.94188.9884.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.73%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 202 (79.30% from 255) = 59.59%
R=9.73%
G=30.68%
B=59.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal331042020.840.4900.21214.7971.9146.08
Hex2168CA5431015d7482e
Octal411503121246102532711056
Binary1000011101000110010101010100110001010101110101111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2168CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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