Shades of Denim #2366CB
Tints of Denim #2366CB
RGB
CMYK
RGB Variations
Color information
#2366CB (or 0x2366CB) is known color: Denim. HEX triplet: 23, 66 and CB. RGB value is (35,102,203). Sum of RGB (Red+Green+Blue) = 35+102+203=340 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.29% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #2366CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2366CB is #DC9934. Grayscale: #5D5D5D. Windows color (decimal): -14457141 or 13329955. OLE color: 13329955.
HSL color Cylindrical-coordinate representation of color #2366CB: hue angle of 216.07º 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 #2366CB is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 102 | 203 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.20 |
| HSL | 216.07º | 0.71% | 0.47% | - |
| HSV(B) | 216.07º | 0.83% | 0.8% | - |
| XYZ | 16.22 | 14.17 | 58.38 | - |
| YUV | 93.48 | 189.8 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 102 | 203 | 0.83 | 0.50 | 0 | 0.20 | 216.07 | 0.71 | 0.47 |
| Hex | 23 | 66 | CB | 53 | 32 | 0 | 14 | D8 | 47 | 2F |
| Octal | 43 | 146 | 313 | 123 | 62 | 0 | 24 | 330 | 107 | 57 |
| Binary | 100011 | 1100110 | 11001011 | 1010011 | 110010 | 0 | 10100 | 11011000 | 1000111 | 101111 |
Color Harmonies of #2366CB
Complementary color
Monochromatic Colors of #2366CB
Black with #2366CB
Text Example
Text Example
White with #2366CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2366CB; }
p { color: rgb(35,102,203); }
H1.HeaderClassName
{
color: #2366CB;
}
.AnyTagClassName
{
color: #2366CB;
}
</style>
background-color css
<style>
a { background-color: #2366CB; }
a { background-color: rgb(35,102,203); }
div.DivClassName
{
background-color: #2366CB;
}
.BgClassName
{
background-color: #2366CB;
}
</style>
border-color css
<style>
span { border-color: #2366CB; }
span { border-color: rgb(35,102,203); }
td.TdClassName
{
border-color: #2366CB;
}
.TagClassName
{
border-color: #2366CB;
}
</style>