Shades of Denim #2375BB
Tints of Denim #2375BB
RGB
CMYK
RGB Variations
Color information
#2375BB (or 0x2375BB) is known color: Denim. HEX triplet: 23, 75 and BB. RGB value is (35,117,187). Sum of RGB (Red+Green+Blue) = 35+117+187=339 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.32% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #2375BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2375BB is #DC8A44. Grayscale: #646464. Windows color (decimal): -14453317 or 12285219. OLE color: 12285219.
HSL color Cylindrical-coordinate representation of color #2375BB: hue angle of 207.63º 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 #2375BB is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 117 | 187 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.27 |
| HSL | 207.63º | 0.68% | 0.44% | - |
| HSV(B) | 207.63º | 0.81% | 0.73% | - |
| XYZ | 16.02 | 16.67 | 49.39 | - |
| YUV | 100.46 | 176.83 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 117 | 187 | 0.81 | 0.37 | 0 | 0.27 | 207.63 | 0.68 | 0.44 |
| Hex | 23 | 75 | BB | 51 | 25 | 0 | 1B | D0 | 44 | 2C |
| Octal | 43 | 165 | 273 | 121 | 45 | 0 | 33 | 320 | 104 | 54 |
| Binary | 100011 | 1110101 | 10111011 | 1010001 | 100101 | 0 | 11011 | 11010000 | 1000100 | 101100 |
Color Harmonies of #2375BB
Complementary color
Monochromatic Colors of #2375BB
Black with #2375BB
Text Example
Text Example
White with #2375BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2375BB; }
p { color: rgb(35,117,187); }
H1.HeaderClassName
{
color: #2375BB;
}
.AnyTagClassName
{
color: #2375BB;
}
</style>
background-color css
<style>
a { background-color: #2375BB; }
a { background-color: rgb(35,117,187); }
div.DivClassName
{
background-color: #2375BB;
}
.BgClassName
{
background-color: #2375BB;
}
</style>
border-color css
<style>
span { border-color: #2375BB; }
span { border-color: rgb(35,117,187); }
td.TdClassName
{
border-color: #2375BB;
}
.TagClassName
{
border-color: #2375BB;
}
</style>