#2168be

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

Shades of Denim #2168BE

Tints of Denim #2168BE

Color information

#2168BE (or 0x2168BE) is unknown color: approx Denim. HEX triplet: 21, 68 and BE. RGB value is (33,104,190). Sum of RGB (Red+Green+Blue) = 33+104+190=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #2168BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2168BE is #DE9741. Grayscale: #5C5C5C. Windows color (decimal): -14587714 or 12478497. OLE color: 12478497.

HSL color Cylindrical-coordinate representation of color #2168BE: hue angle of 212.87º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2168BE is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB33104190-
CMYK0.830.4500.25
HSL212.87º70.4%43.73%-
HSV(B)212.87º82.63%74.51%-
XYZ14.8713.9450.62-
YUV92.57182.9885.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.09%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=10.09%
G=31.80%
B=58.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331041900.830.4500.25212.8770.443.73
Hex2168BE532D019d5462c
Octal411502761235503132510654
Binary1000011101000101111101010011101101011001110101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2168be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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