Shades of Denim #236BCB
Tints of Denim #236BCB
RGB
CMYK
RGB Variations
Color information
#236BCB (or 0x236BCB) is known color: Denim. HEX triplet: 23, 6B and CB. RGB value is (35,107,203). Sum of RGB (Red+Green+Blue) = 35+107+203=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #236BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236BCB is #DC9434. Grayscale: #5F5F5F. Windows color (decimal): -14455861 or 13331235. OLE color: 13331235.
HSL color Cylindrical-coordinate representation of color #236BCB: hue angle of 214.29º 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 #236BCB is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 107 | 203 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.20 |
| HSL | 214.29º | 0.71% | 0.47% | - |
| HSV(B) | 214.29º | 0.83% | 0.8% | - |
| XYZ | 16.73 | 15.18 | 58.55 | - |
| YUV | 96.42 | 188.15 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 107 | 203 | 0.83 | 0.47 | 0 | 0.20 | 214.29 | 0.71 | 0.47 |
| Hex | 23 | 6B | CB | 53 | 2F | 0 | 14 | D6 | 47 | 2F |
| Octal | 43 | 153 | 313 | 123 | 57 | 0 | 24 | 326 | 107 | 57 |
| Binary | 100011 | 1101011 | 11001011 | 1010011 | 101111 | 0 | 10100 | 11010110 | 1000111 | 101111 |
Color Harmonies of #236BCB
Complementary color
Monochromatic Colors of #236BCB
Black with #236BCB
Text Example
Text Example
White with #236BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236BCB; }
p { color: rgb(35,107,203); }
H1.HeaderClassName
{
color: #236BCB;
}
.AnyTagClassName
{
color: #236BCB;
}
</style>
background-color css
<style>
a { background-color: #236BCB; }
a { background-color: rgb(35,107,203); }
div.DivClassName
{
background-color: #236BCB;
}
.BgClassName
{
background-color: #236BCB;
}
</style>
border-color css
<style>
span { border-color: #236BCB; }
span { border-color: rgb(35,107,203); }
td.TdClassName
{
border-color: #236BCB;
}
.TagClassName
{
border-color: #236BCB;
}
</style>