Shades of Denim #2266BD
Tints of Denim #2266BD
RGB
CMYK
RGB Variations
Color information
#2266BD (or 0x2266BD) is known color: Denim. HEX triplet: 22, 66 and BD. RGB value is (34,102,189). Sum of RGB (Red+Green+Blue) = 34+102+189=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #2266BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2266BD is #DD9942. Grayscale: #5B5B5B. Windows color (decimal): -14522691 or 12412450. OLE color: 12412450.
HSL color Cylindrical-coordinate representation of color #2266BD: hue angle of 213.68º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2266BD is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 102 | 189 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.26 |
| HSL | 213.68º | 0.7% | 0.44% | - |
| HSV(B) | 213.68º | 0.82% | 0.74% | - |
| XYZ | 14.6 | 13.52 | 49.98 | - |
| YUV | 91.59 | 182.97 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 102 | 189 | 0.82 | 0.46 | 0 | 0.26 | 213.68 | 0.7 | 0.44 |
| Hex | 22 | 66 | BD | 52 | 2E | 0 | 1A | D6 | 46 | 2C |
| Octal | 42 | 146 | 275 | 122 | 56 | 0 | 32 | 326 | 106 | 54 |
| Binary | 100010 | 1100110 | 10111101 | 1010010 | 101110 | 0 | 11010 | 11010110 | 1000110 | 101100 |
Color Harmonies of #2266BD
Complementary color
Monochromatic Colors of #2266BD
Black with #2266BD
Text Example
Text Example
White with #2266BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2266BD; }
p { color: rgb(34,102,189); }
H1.HeaderClassName
{
color: #2266BD;
}
.AnyTagClassName
{
color: #2266BD;
}
</style>
background-color css
<style>
a { background-color: #2266BD; }
a { background-color: rgb(34,102,189); }
div.DivClassName
{
background-color: #2266BD;
}
.BgClassName
{
background-color: #2266BD;
}
</style>
border-color css
<style>
span { border-color: #2266BD; }
span { border-color: rgb(34,102,189); }
td.TdClassName
{
border-color: #2266BD;
}
.TagClassName
{
border-color: #2266BD;
}
</style>