Shades of Denim #2262CE
Tints of Denim #2262CE
RGB
CMYK
RGB Variations
Color information
#2262CE (or 0x2262CE) is known color: Denim. HEX triplet: 22, 62 and CE. RGB value is (34,98,206). Sum of RGB (Red+Green+Blue) = 34+98+206=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #2262CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2262CE is #DD9D31. Grayscale: #5A5A5A. Windows color (decimal): -14523698 or 13525538. OLE color: 13525538.
HSL color Cylindrical-coordinate representation of color #2262CE: hue angle of 217.67º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2262CE is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 98 | 206 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.19 |
| HSL | 217.67º | 0.72% | 0.47% | - |
| HSV(B) | 217.67º | 0.83% | 0.81% | - |
| XYZ | 16.17 | 13.53 | 60.15 | - |
| YUV | 91.18 | 192.8 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 98 | 206 | 0.83 | 0.52 | 0 | 0.19 | 217.67 | 0.72 | 0.47 |
| Hex | 22 | 62 | CE | 53 | 34 | 0 | 13 | DA | 48 | 2F |
| Octal | 42 | 142 | 316 | 123 | 64 | 0 | 23 | 332 | 110 | 57 |
| Binary | 100010 | 1100010 | 11001110 | 1010011 | 110100 | 0 | 10011 | 11011010 | 1001000 | 101111 |
Color Harmonies of #2262CE
Complementary color
Monochromatic Colors of #2262CE
Black with #2262CE
Text Example
Text Example
White with #2262CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2262CE; }
p { color: rgb(34,98,206); }
H1.HeaderClassName
{
color: #2262CE;
}
.AnyTagClassName
{
color: #2262CE;
}
</style>
background-color css
<style>
a { background-color: #2262CE; }
a { background-color: rgb(34,98,206); }
div.DivClassName
{
background-color: #2262CE;
}
.BgClassName
{
background-color: #2262CE;
}
</style>
border-color css
<style>
span { border-color: #2262CE; }
span { border-color: rgb(34,98,206); }
td.TdClassName
{
border-color: #2262CE;
}
.TagClassName
{
border-color: #2262CE;
}
</style>