Shades of Denim #236FBC
Tints of Denim #236FBC
RGB
CMYK
RGB Variations
Color information
#236FBC (or 0x236FBC) is known color: Denim. HEX triplet: 23, 6F and BC. RGB value is (35,111,188). Sum of RGB (Red+Green+Blue) = 35+111+188=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #236FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236FBC is #DC9043. Grayscale: #606060. Windows color (decimal): -14454852 or 12349219. OLE color: 12349219.
HSL color Cylindrical-coordinate representation of color #236FBC: hue angle of 210.2º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #236FBC is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 111 | 188 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.26 |
| HSL | 210.2º | 0.69% | 0.44% | - |
| HSV(B) | 210.2º | 0.81% | 0.74% | - |
| XYZ | 15.45 | 15.36 | 49.73 | - |
| YUV | 97.05 | 179.32 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 188 | 0.81 | 0.41 | 0 | 0.26 | 210.2 | 0.69 | 0.44 |
| Hex | 23 | 6F | BC | 51 | 29 | 0 | 1A | D2 | 45 | 2C |
| Octal | 43 | 157 | 274 | 121 | 51 | 0 | 32 | 322 | 105 | 54 |
| Binary | 100011 | 1101111 | 10111100 | 1010001 | 101001 | 0 | 11010 | 11010010 | 1000101 | 101100 |
Color Harmonies of #236FBC
Complementary color
Monochromatic Colors of #236FBC
Black with #236FBC
Text Example
Text Example
White with #236FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236FBC; }
p { color: rgb(35,111,188); }
H1.HeaderClassName
{
color: #236FBC;
}
.AnyTagClassName
{
color: #236FBC;
}
</style>
background-color css
<style>
a { background-color: #236FBC; }
a { background-color: rgb(35,111,188); }
div.DivClassName
{
background-color: #236FBC;
}
.BgClassName
{
background-color: #236FBC;
}
</style>
border-color css
<style>
span { border-color: #236FBC; }
span { border-color: rgb(35,111,188); }
td.TdClassName
{
border-color: #236FBC;
}
.TagClassName
{
border-color: #236FBC;
}
</style>