#2168bd

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

Shades of Denim #2168BD

Tints of Denim #2168BD

Color information

#2168BD (or 0x2168BD) is unknown color: approx Denim. HEX triplet: 21, 68 and BD. RGB value is (33,104,189). Sum of RGB (Red+Green+Blue) = 33+104+189=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #2168BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2168BD is #DE9742. Grayscale: #5C5C5C. Windows color (decimal): -14587715 or 12412961. OLE color: 12412961.

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

Color convert

RGB33104189-
CMYK0.830.4500.26
HSL212.69º70.27%43.53%-
HSV(B)212.69º82.54%74.12%-
XYZ14.7613.950.05-
YUV92.46182.4885.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.12%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 189 (74.22% from 255) = 57.98%
R=10.12%
G=31.90%
B=57.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal331041890.830.4500.26212.6970.2743.53
Hex2168BD532D01Ad5462c
Octal411502751235503232510654
Binary1000011101000101111011010011101101011010110101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2168bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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