#2162CC

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

Shades of Denim #2162CC

Tints of Denim #2162CC

Color information

#2162CC (or 0x2162CC) is unknown color: approx Denim. HEX triplet: 21, 62 and CC. RGB value is (33,98,204). Sum of RGB (Red+Green+Blue) = 33+98+204=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #2162CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2162CC is #DE9D33. Grayscale: #5A5A5A. Windows color (decimal): -14589236 or 13394465. OLE color: 13394465.

HSL color Cylindrical-coordinate representation of color #2162CC: hue angle of 217.19º 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 #2162CC is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3398204-
CMYK0.840.5200.2
HSL217.19º72.15%46.47%-
HSV(B)217.19º83.82%80%-
XYZ15.8913.4258.88-
YUV90.65191.9786.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.85%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 204 (80.08% from 255) = 60.90%
R=9.85%
G=29.25%
B=60.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal33982040.840.5200.2217.1972.1546.47
Hex2162CC5434014d9482e
Octal411423141246402433111056
Binary1000011100010110011001010100110100010100110110011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2162CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2162CC; }

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

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

<style>
 a { background-color: #2162CC; }

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

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

<style>
 span { border-color: #2162CC; }

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

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