Shades of Denim #2269B5
Tints of Denim #2269B5
RGB
CMYK
RGB Variations
Color information
#2269B5 (or 0x2269B5) is known color: Denim. HEX triplet: 22, 69 and B5. RGB value is (34,105,181). Sum of RGB (Red+Green+Blue) = 34+105+181=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 181 (71.09% from 255 or 56.56% from 320); Max value from RGB is 181 - color contains mainly: blue. Hex color #2269B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2269B5 is #DD964A. Grayscale: #5C5C5C. Windows color (decimal): -14521931 or 11888930. OLE color: 11888930.
HSL color Cylindrical-coordinate representation of color #2269B5: hue angle of 211.02º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2269B5 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 105 | 181 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.29 |
| HSL | 211.02º | 0.68% | 0.42% | - |
| HSV(B) | 211.02º | 0.81% | 0.71% | - |
| XYZ | 14.05 | 13.78 | 45.64 | - |
| YUV | 92.44 | 177.98 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 105 | 181 | 0.81 | 0.42 | 0 | 0.29 | 211.02 | 0.68 | 0.42 |
| Hex | 22 | 69 | B5 | 51 | 2A | 0 | 1D | D3 | 44 | 2A |
| Octal | 42 | 151 | 265 | 121 | 52 | 0 | 35 | 323 | 104 | 52 |
| Binary | 100010 | 1101001 | 10110101 | 1010001 | 101010 | 0 | 11101 | 11010011 | 1000100 | 101010 |
Color Harmonies of #2269B5
Complementary color
Monochromatic Colors of #2269B5
Black with #2269B5
Text Example
Text Example
White with #2269B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2269B5; }
p { color: rgb(34,105,181); }
H1.HeaderClassName
{
color: #2269B5;
}
.AnyTagClassName
{
color: #2269B5;
}
</style>
background-color css
<style>
a { background-color: #2269B5; }
a { background-color: rgb(34,105,181); }
div.DivClassName
{
background-color: #2269B5;
}
.BgClassName
{
background-color: #2269B5;
}
</style>
border-color css
<style>
span { border-color: #2269B5; }
span { border-color: rgb(34,105,181); }
td.TdClassName
{
border-color: #2269B5;
}
.TagClassName
{
border-color: #2269B5;
}
</style>