Shades of Denim #2366CF
Tints of Denim #2366CF
RGB
CMYK
RGB Variations
Color information
#2366CF (or 0x2366CF) is known color: Denim. HEX triplet: 23, 66 and CF. RGB value is (35,102,207). Sum of RGB (Red+Green+Blue) = 35+102+207=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #2366CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2366CF is #DC9930. Grayscale: #5D5D5D. Windows color (decimal): -14457137 or 13592099. OLE color: 13592099.
HSL color Cylindrical-coordinate representation of color #2366CF: hue angle of 216.63º 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 #2366CF is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 102 | 207 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.19 |
| HSL | 216.63º | 0.71% | 0.47% | - |
| HSV(B) | 216.63º | 0.83% | 0.81% | - |
| XYZ | 16.71 | 14.37 | 60.92 | - |
| YUV | 93.94 | 191.8 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 102 | 207 | 0.83 | 0.51 | 0 | 0.19 | 216.63 | 0.71 | 0.47 |
| Hex | 23 | 66 | CF | 53 | 33 | 0 | 13 | D9 | 47 | 2F |
| Octal | 43 | 146 | 317 | 123 | 63 | 0 | 23 | 331 | 107 | 57 |
| Binary | 100011 | 1100110 | 11001111 | 1010011 | 110011 | 0 | 10011 | 11011001 | 1000111 | 101111 |
Color Harmonies of #2366CF
Complementary color
Monochromatic Colors of #2366CF
Black with #2366CF
Text Example
Text Example
White with #2366CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2366CF; }
p { color: rgb(35,102,207); }
H1.HeaderClassName
{
color: #2366CF;
}
.AnyTagClassName
{
color: #2366CF;
}
</style>
background-color css
<style>
a { background-color: #2366CF; }
a { background-color: rgb(35,102,207); }
div.DivClassName
{
background-color: #2366CF;
}
.BgClassName
{
background-color: #2366CF;
}
</style>
border-color css
<style>
span { border-color: #2366CF; }
span { border-color: rgb(35,102,207); }
td.TdClassName
{
border-color: #2366CF;
}
.TagClassName
{
border-color: #2366CF;
}
</style>