#2168cc

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

Shades of Denim #2168CC

Tints of Denim #2168CC

Color information

#2168CC (or 0x2168CC) is unknown color: approx Denim. HEX triplet: 21, 68 and CC. RGB value is (33,104,204). Sum of RGB (Red+Green+Blue) = 33+104+204=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #2168CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2168CC is #DE9733. Grayscale: #5D5D5D. Windows color (decimal): -14587700 or 13396001. OLE color: 13396001.

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

Color convert

RGB33104204-
CMYK0.840.4900.2
HSL215.09º72.15%46.47%-
HSV(B)215.09º83.82%80%-
XYZ16.4814.5859.07-
YUV94.17189.9884.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.68%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 204 (80.08% from 255) = 59.82%
R=9.68%
G=30.50%
B=59.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal331042040.840.4900.2215.0972.1546.47
Hex2168CC5431014d7482e
Octal411503141246102432711056
Binary1000011101000110011001010100110001010100110101111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2168cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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