Shades of Denim #237ACC
Tints of Denim #237ACC
RGB
CMYK
RGB Variations
Color information
#237ACC (or 0x237ACC) is known color: Denim. HEX triplet: 23, 7A and CC. RGB value is (35,122,204). Sum of RGB (Red+Green+Blue) = 35+122+204=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #237ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237ACC is #DC8533. Grayscale: #686868. Windows color (decimal): -14452020 or 13400611. OLE color: 13400611.
HSL color Cylindrical-coordinate representation of color #237ACC: hue angle of 209.11º 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 #237ACC is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 122 | 204 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.2 |
| HSL | 209.11º | 0.71% | 0.47% | - |
| HSV(B) | 209.11º | 0.83% | 0.8% | - |
| XYZ | 18.55 | 18.64 | 59.75 | - |
| YUV | 105.34 | 183.68 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 122 | 204 | 0.83 | 0.40 | 0 | 0.2 | 209.11 | 0.71 | 0.47 |
| Hex | 23 | 7A | CC | 53 | 28 | 0 | 14 | D1 | 47 | 2F |
| Octal | 43 | 172 | 314 | 123 | 50 | 0 | 24 | 321 | 107 | 57 |
| Binary | 100011 | 1111010 | 11001100 | 1010011 | 101000 | 0 | 10100 | 11010001 | 1000111 | 101111 |
Color Harmonies of #237ACC
Complementary color
Monochromatic Colors of #237ACC
Black with #237ACC
Text Example
Text Example
White with #237ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237ACC; }
p { color: rgb(35,122,204); }
H1.HeaderClassName
{
color: #237ACC;
}
.AnyTagClassName
{
color: #237ACC;
}
</style>
background-color css
<style>
a { background-color: #237ACC; }
a { background-color: rgb(35,122,204); }
div.DivClassName
{
background-color: #237ACC;
}
.BgClassName
{
background-color: #237ACC;
}
</style>
border-color css
<style>
span { border-color: #237ACC; }
span { border-color: rgb(35,122,204); }
td.TdClassName
{
border-color: #237ACC;
}
.TagClassName
{
border-color: #237ACC;
}
</style>