Shades of Denim #2366CE
Tints of Denim #2366CE
RGB
CMYK
RGB Variations
Color information
#2366CE (or 0x2366CE) is known color: Denim. HEX triplet: 23, 66 and CE. RGB value is (35,102,206). Sum of RGB (Red+Green+Blue) = 35+102+206=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #2366CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2366CE is #DC9931. Grayscale: #5D5D5D. Windows color (decimal): -14457138 or 13526563. OLE color: 13526563.
HSL color Cylindrical-coordinate representation of color #2366CE: hue angle of 216.49º degrees, saturation: 0.71, 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 #2366CE is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 102 | 206 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.19 |
| HSL | 216.49º | 0.71% | 0.47% | - |
| HSV(B) | 216.49º | 0.83% | 0.81% | - |
| XYZ | 16.59 | 14.32 | 60.28 | - |
| YUV | 93.82 | 191.3 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 102 | 206 | 0.83 | 0.50 | 0 | 0.19 | 216.49 | 0.71 | 0.47 |
| Hex | 23 | 66 | CE | 53 | 32 | 0 | 13 | D8 | 47 | 2F |
| Octal | 43 | 146 | 316 | 123 | 62 | 0 | 23 | 330 | 107 | 57 |
| Binary | 100011 | 1100110 | 11001110 | 1010011 | 110010 | 0 | 10011 | 11011000 | 1000111 | 101111 |
Color Harmonies of #2366CE
Complementary color
Monochromatic Colors of #2366CE
Black with #2366CE
Text Example
Text Example
White with #2366CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2366CE; }
p { color: rgb(35,102,206); }
H1.HeaderClassName
{
color: #2366CE;
}
.AnyTagClassName
{
color: #2366CE;
}
</style>
background-color css
<style>
a { background-color: #2366CE; }
a { background-color: rgb(35,102,206); }
div.DivClassName
{
background-color: #2366CE;
}
.BgClassName
{
background-color: #2366CE;
}
</style>
border-color css
<style>
span { border-color: #2366CE; }
span { border-color: rgb(35,102,206); }
td.TdClassName
{
border-color: #2366CE;
}
.TagClassName
{
border-color: #2366CE;
}
</style>