Shades of Denim #2266B3
Tints of Denim #2266B3
RGB
CMYK
RGB Variations
Color information
#2266B3 (or 0x2266B3) is known color: Denim. HEX triplet: 22, 66 and B3. RGB value is (34,102,179). Sum of RGB (Red+Green+Blue) = 34+102+179=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 179 (70.31% from 255 or 56.83% from 315); Max value from RGB is 179 - color contains mainly: blue. Hex color #2266B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2266B3 is #DD994C. Grayscale: #5A5A5A. Windows color (decimal): -14522701 or 11757090. OLE color: 11757090.
HSL color Cylindrical-coordinate representation of color #2266B3: hue angle of 211.86º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2266B3 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 102 | 179 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.30 |
| HSL | 211.86º | 0.68% | 0.42% | - |
| HSV(B) | 211.86º | 0.81% | 0.7% | - |
| XYZ | 13.55 | 13.1 | 44.46 | - |
| YUV | 90.45 | 177.97 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 102 | 179 | 0.81 | 0.43 | 0 | 0.30 | 211.86 | 0.68 | 0.42 |
| Hex | 22 | 66 | B3 | 51 | 2B | 0 | 1E | D4 | 44 | 2A |
| Octal | 42 | 146 | 263 | 121 | 53 | 0 | 36 | 324 | 104 | 52 |
| Binary | 100010 | 1100110 | 10110011 | 1010001 | 101011 | 0 | 11110 | 11010100 | 1000100 | 101010 |
Color Harmonies of #2266B3
Complementary color
Monochromatic Colors of #2266B3
Black with #2266B3
Text Example
Text Example
White with #2266B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2266B3; }
p { color: rgb(34,102,179); }
H1.HeaderClassName
{
color: #2266B3;
}
.AnyTagClassName
{
color: #2266B3;
}
</style>
background-color css
<style>
a { background-color: #2266B3; }
a { background-color: rgb(34,102,179); }
div.DivClassName
{
background-color: #2266B3;
}
.BgClassName
{
background-color: #2266B3;
}
</style>
border-color css
<style>
span { border-color: #2266B3; }
span { border-color: rgb(34,102,179); }
td.TdClassName
{
border-color: #2266B3;
}
.TagClassName
{
border-color: #2266B3;
}
</style>