#2167CA

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

Shades of Denim #2167CA

Tints of Denim #2167CA

Color information

#2167CA (or 0x2167CA) is unknown color: approx Denim. HEX triplet: 21, 67 and CA. RGB value is (33,103,202). Sum of RGB (Red+Green+Blue) = 33+103+202=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #2167CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2167CA is #DE9835. Grayscale: #5C5C5C. Windows color (decimal): -14587958 or 13264673. OLE color: 13264673.

HSL color Cylindrical-coordinate representation of color #2167CA: hue angle of 215.15º 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 #2167CA is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB33103202-
CMYK0.840.4900.21
HSL215.15º71.91%46.08%-
HSV(B)215.15º83.66%79.22%-
XYZ16.1414.2957.78-
YUV93.36189.3184.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.76%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 202 (79.30% from 255) = 59.76%
R=9.76%
G=30.47%
B=59.76%

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
Decimal331032020.840.4900.21215.1571.9146.08
Hex2167CA5431015d7482e
Octal411473121246102532711056
Binary1000011100111110010101010100110001010101110101111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2167CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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