Shades of Denim #2263DA
Tints of Denim #2263DA
RGB
CMYK
RGB Variations
Color information
#2263DA (or 0x2263DA) is known color: Denim. HEX triplet: 22, 63 and DA. RGB value is (34,99,218). Sum of RGB (Red+Green+Blue) = 34+99+218=351 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.69% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #2263DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2263DA is #DD9C25. Grayscale: #5C5C5C. Windows color (decimal): -14523430 or 14312226. OLE color: 14312226.
HSL color Cylindrical-coordinate representation of color #2263DA: hue angle of 218.8º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2263DA is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 99 | 218 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.15 |
| HSL | 218.8º | 0.73% | 0.49% | - |
| HSV(B) | 218.8º | 0.84% | 0.85% | - |
| XYZ | 17.78 | 14.33 | 68.16 | - |
| YUV | 93.13 | 198.47 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 99 | 218 | 0.84 | 0.55 | 0 | 0.15 | 218.8 | 0.73 | 0.49 |
| Hex | 22 | 63 | DA | 54 | 37 | 0 | F | DB | 49 | 31 |
| Octal | 42 | 143 | 332 | 124 | 67 | 0 | 17 | 333 | 111 | 61 |
| Binary | 100010 | 1100011 | 11011010 | 1010100 | 110111 | 0 | 1111 | 11011011 | 1001001 | 110001 |
Color Harmonies of #2263DA
Complementary color
Monochromatic Colors of #2263DA
Black with #2263DA
Text Example
Text Example
White with #2263DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2263DA; }
p { color: rgb(34,99,218); }
H1.HeaderClassName
{
color: #2263DA;
}
.AnyTagClassName
{
color: #2263DA;
}
</style>
background-color css
<style>
a { background-color: #2263DA; }
a { background-color: rgb(34,99,218); }
div.DivClassName
{
background-color: #2263DA;
}
.BgClassName
{
background-color: #2263DA;
}
</style>
border-color css
<style>
span { border-color: #2263DA; }
span { border-color: rgb(34,99,218); }
td.TdClassName
{
border-color: #2263DA;
}
.TagClassName
{
border-color: #2263DA;
}
</style>