Shades of Denim #2375BA
Tints of Denim #2375BA
RGB
CMYK
RGB Variations
Color information
#2375BA (or 0x2375BA) is known color: Denim. HEX triplet: 23, 75 and BA. RGB value is (35,117,186). Sum of RGB (Red+Green+Blue) = 35+117+186=338 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.36% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #2375BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2375BA is #DC8A45. Grayscale: #636363. Windows color (decimal): -14453318 or 12219683. OLE color: 12219683.
HSL color Cylindrical-coordinate representation of color #2375BA: hue angle of 207.42º 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 #2375BA is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 117 | 186 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.27 |
| HSL | 207.42º | 0.68% | 0.43% | - |
| HSV(B) | 207.42º | 0.81% | 0.73% | - |
| XYZ | 15.92 | 16.63 | 48.82 | - |
| YUV | 100.35 | 176.33 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 117 | 186 | 0.81 | 0.37 | 0 | 0.27 | 207.42 | 0.68 | 0.43 |
| Hex | 23 | 75 | BA | 51 | 25 | 0 | 1B | CF | 44 | 2B |
| Octal | 43 | 165 | 272 | 121 | 45 | 0 | 33 | 317 | 104 | 53 |
| Binary | 100011 | 1110101 | 10111010 | 1010001 | 100101 | 0 | 11011 | 11001111 | 1000100 | 101011 |
Color Harmonies of #2375BA
Complementary color
Monochromatic Colors of #2375BA
Black with #2375BA
Text Example
Text Example
White with #2375BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2375BA; }
p { color: rgb(35,117,186); }
H1.HeaderClassName
{
color: #2375BA;
}
.AnyTagClassName
{
color: #2375BA;
}
</style>
background-color css
<style>
a { background-color: #2375BA; }
a { background-color: rgb(35,117,186); }
div.DivClassName
{
background-color: #2375BA;
}
.BgClassName
{
background-color: #2375BA;
}
</style>
border-color css
<style>
span { border-color: #2375BA; }
span { border-color: rgb(35,117,186); }
td.TdClassName
{
border-color: #2375BA;
}
.TagClassName
{
border-color: #2375BA;
}
</style>