Shades of Denim #236CBB
Tints of Denim #236CBB
RGB
CMYK
RGB Variations
Color information
#236CBB (or 0x236CBB) is known color: Denim. HEX triplet: 23, 6C and BB. RGB value is (35,108,187). Sum of RGB (Red+Green+Blue) = 35+108+187=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #236CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236CBB is #DC9344. Grayscale: #5E5E5E. Windows color (decimal): -14455621 or 12282915. OLE color: 12282915.
HSL color Cylindrical-coordinate representation of color #236CBB: hue angle of 211.18º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #236CBB is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 108 | 187 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.27 |
| HSL | 211.18º | 0.68% | 0.44% | - |
| HSV(B) | 211.18º | 0.81% | 0.73% | - |
| XYZ | 15.03 | 14.67 | 49.05 | - |
| YUV | 95.18 | 179.82 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 187 | 0.81 | 0.42 | 0 | 0.27 | 211.18 | 0.68 | 0.44 |
| Hex | 23 | 6C | BB | 51 | 2A | 0 | 1B | D3 | 44 | 2C |
| Octal | 43 | 154 | 273 | 121 | 52 | 0 | 33 | 323 | 104 | 54 |
| Binary | 100011 | 1101100 | 10111011 | 1010001 | 101010 | 0 | 11011 | 11010011 | 1000100 | 101100 |
Color Harmonies of #236CBB
Complementary color
Monochromatic Colors of #236CBB
Black with #236CBB
Text Example
Text Example
White with #236CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236CBB; }
p { color: rgb(35,108,187); }
H1.HeaderClassName
{
color: #236CBB;
}
.AnyTagClassName
{
color: #236CBB;
}
</style>
background-color css
<style>
a { background-color: #236CBB; }
a { background-color: rgb(35,108,187); }
div.DivClassName
{
background-color: #236CBB;
}
.BgClassName
{
background-color: #236CBB;
}
</style>
border-color css
<style>
span { border-color: #236CBB; }
span { border-color: rgb(35,108,187); }
td.TdClassName
{
border-color: #236CBB;
}
.TagClassName
{
border-color: #236CBB;
}
</style>