Shades of Denim #236FBA
Tints of Denim #236FBA
RGB
CMYK
RGB Variations
Color information
#236FBA (or 0x236FBA) is known color: Denim. HEX triplet: 23, 6F and BA. RGB value is (35,111,186). Sum of RGB (Red+Green+Blue) = 35+111+186=332 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.54% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #236FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236FBA is #DC9045. Grayscale: #606060. Windows color (decimal): -14454854 or 12218147. OLE color: 12218147.
HSL color Cylindrical-coordinate representation of color #236FBA: hue angle of 209.8º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #236FBA is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 111 | 186 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.27 |
| HSL | 209.8º | 0.68% | 0.43% | - |
| HSV(B) | 209.8º | 0.81% | 0.73% | - |
| XYZ | 15.24 | 15.27 | 48.6 | - |
| YUV | 96.83 | 178.32 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 186 | 0.81 | 0.40 | 0 | 0.27 | 209.8 | 0.68 | 0.43 |
| Hex | 23 | 6F | BA | 51 | 28 | 0 | 1B | D2 | 44 | 2B |
| Octal | 43 | 157 | 272 | 121 | 50 | 0 | 33 | 322 | 104 | 53 |
| Binary | 100011 | 1101111 | 10111010 | 1010001 | 101000 | 0 | 11011 | 11010010 | 1000100 | 101011 |
Color Harmonies of #236FBA
Complementary color
Monochromatic Colors of #236FBA
Black with #236FBA
Text Example
Text Example
White with #236FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236FBA; }
p { color: rgb(35,111,186); }
H1.HeaderClassName
{
color: #236FBA;
}
.AnyTagClassName
{
color: #236FBA;
}
</style>
background-color css
<style>
a { background-color: #236FBA; }
a { background-color: rgb(35,111,186); }
div.DivClassName
{
background-color: #236FBA;
}
.BgClassName
{
background-color: #236FBA;
}
</style>
border-color css
<style>
span { border-color: #236FBA; }
span { border-color: rgb(35,111,186); }
td.TdClassName
{
border-color: #236FBA;
}
.TagClassName
{
border-color: #236FBA;
}
</style>