Shades of Denim #236FBB
Tints of Denim #236FBB
RGB
CMYK
RGB Variations
Color information
#236FBB (or 0x236FBB) is known color: Denim. HEX triplet: 23, 6F and BB. RGB value is (35,111,187). Sum of RGB (Red+Green+Blue) = 35+111+187=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #236FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236FBB is #DC9044. Grayscale: #606060. Windows color (decimal): -14454853 or 12283683. OLE color: 12283683.
HSL color Cylindrical-coordinate representation of color #236FBB: hue angle of 210º 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 #236FBB is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 111 | 187 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.27 |
| HSL | 210º | 0.68% | 0.44% | - |
| HSV(B) | 210º | 0.81% | 0.73% | - |
| XYZ | 15.35 | 15.31 | 49.16 | - |
| YUV | 96.94 | 178.82 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 187 | 0.81 | 0.41 | 0 | 0.27 | 210 | 0.68 | 0.44 |
| Hex | 23 | 6F | BB | 51 | 29 | 0 | 1B | D2 | 44 | 2C |
| Octal | 43 | 157 | 273 | 121 | 51 | 0 | 33 | 322 | 104 | 54 |
| Binary | 100011 | 1101111 | 10111011 | 1010001 | 101001 | 0 | 11011 | 11010010 | 1000100 | 101100 |
Color Harmonies of #236FBB
Complementary color
Monochromatic Colors of #236FBB
Black with #236FBB
Text Example
Text Example
White with #236FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236FBB; }
p { color: rgb(35,111,187); }
H1.HeaderClassName
{
color: #236FBB;
}
.AnyTagClassName
{
color: #236FBB;
}
</style>
background-color css
<style>
a { background-color: #236FBB; }
a { background-color: rgb(35,111,187); }
div.DivClassName
{
background-color: #236FBB;
}
.BgClassName
{
background-color: #236FBB;
}
</style>
border-color css
<style>
span { border-color: #236FBB; }
span { border-color: rgb(35,111,187); }
td.TdClassName
{
border-color: #236FBB;
}
.TagClassName
{
border-color: #236FBB;
}
</style>