Shades of Denim #2366CC
Tints of Denim #2366CC
RGB
CMYK
RGB Variations
Color information
#2366CC (or 0x2366CC) is known color: Denim. HEX triplet: 23, 66 and CC. RGB value is (35,102,204). Sum of RGB (Red+Green+Blue) = 35+102+204=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #2366CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2366CC is #DC9933. Grayscale: #5D5D5D. Windows color (decimal): -14457140 or 13395491. OLE color: 13395491.
HSL color Cylindrical-coordinate representation of color #2366CC: hue angle of 216.21º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2366CC is Cyan = 0.83, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 102 | 204 | - |
| CMYK | 0.83 | 0.5 | 0 | 0.2 |
| HSL | 216.21º | 0.71% | 0.47% | - |
| HSV(B) | 216.21º | 0.83% | 0.8% | - |
| XYZ | 16.34 | 14.22 | 59.01 | - |
| YUV | 93.6 | 190.3 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 102 | 204 | 0.83 | 0.5 | 0 | 0.2 | 216.21 | 0.71 | 0.47 |
| Hex | 23 | 66 | CC | 53 | 32 | 0 | 14 | D8 | 47 | 2F |
| Octal | 43 | 146 | 314 | 123 | 62 | 0 | 24 | 330 | 107 | 57 |
| Binary | 100011 | 1100110 | 11001100 | 1010011 | 110010 | 0 | 10100 | 11011000 | 1000111 | 101111 |
Color Harmonies of #2366CC
Complementary color
Monochromatic Colors of #2366CC
Black with #2366CC
Text Example
Text Example
White with #2366CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2366CC; }
p { color: rgb(35,102,204); }
H1.HeaderClassName
{
color: #2366CC;
}
.AnyTagClassName
{
color: #2366CC;
}
</style>
background-color css
<style>
a { background-color: #2366CC; }
a { background-color: rgb(35,102,204); }
div.DivClassName
{
background-color: #2366CC;
}
.BgClassName
{
background-color: #2366CC;
}
</style>
border-color css
<style>
span { border-color: #2366CC; }
span { border-color: rgb(35,102,204); }
td.TdClassName
{
border-color: #2366CC;
}
.TagClassName
{
border-color: #2366CC;
}
</style>