Shades of Denim #2168B3
Tints of Denim #2168B3
RGB
CMYK
RGB Variations
Color information
#2168B3 (or 0x2168B3) is known color: Denim. HEX triplet: 21, 68 and B3. RGB value is (33,104,179). Sum of RGB (Red+Green+Blue) = 33+104+179=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 179 (70.31% from 255 or 56.65% from 316); Max value from RGB is 179 - color contains mainly: blue. Hex color #2168B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2168B3 is #DE974C. Grayscale: #5A5A5A. Windows color (decimal): -14587725 or 11757601. OLE color: 11757601.
HSL color Cylindrical-coordinate representation of color #2168B3: hue angle of 210.82º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2168B3 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 104 | 179 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.30 |
| HSL | 210.82º | 0.69% | 0.42% | - |
| HSV(B) | 210.82º | 0.82% | 0.7% | - |
| XYZ | 13.71 | 13.48 | 44.53 | - |
| YUV | 91.32 | 177.48 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 104 | 179 | 0.82 | 0.42 | 0 | 0.30 | 210.82 | 0.69 | 0.42 |
| Hex | 21 | 68 | B3 | 52 | 2A | 0 | 1E | D3 | 45 | 2A |
| Octal | 41 | 150 | 263 | 122 | 52 | 0 | 36 | 323 | 105 | 52 |
| Binary | 100001 | 1101000 | 10110011 | 1010010 | 101010 | 0 | 11110 | 11010011 | 1000101 | 101010 |
Color Harmonies of #2168B3
Complementary color
Monochromatic Colors of #2168B3
Black with #2168B3
Text Example
Text Example
White with #2168B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2168B3; }
p { color: rgb(33,104,179); }
H1.HeaderClassName
{
color: #2168B3;
}
.AnyTagClassName
{
color: #2168B3;
}
</style>
background-color css
<style>
a { background-color: #2168B3; }
a { background-color: rgb(33,104,179); }
div.DivClassName
{
background-color: #2168B3;
}
.BgClassName
{
background-color: #2168B3;
}
</style>
border-color css
<style>
span { border-color: #2168B3; }
span { border-color: rgb(33,104,179); }
td.TdClassName
{
border-color: #2168B3;
}
.TagClassName
{
border-color: #2168B3;
}
</style>