Shades of Denim #2374BA
Tints of Denim #2374BA
RGB
CMYK
RGB Variations
Color information
#2374BA (or 0x2374BA) is known color: Denim. HEX triplet: 23, 74 and BA. RGB value is (35,116,186). Sum of RGB (Red+Green+Blue) = 35+116+186=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #2374BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2374BA is #DC8B45. Grayscale: #636363. Windows color (decimal): -14453574 or 12219427. OLE color: 12219427.
HSL color Cylindrical-coordinate representation of color #2374BA: hue angle of 207.81º 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 #2374BA is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 116 | 186 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.27 |
| HSL | 207.81º | 0.68% | 0.43% | - |
| HSV(B) | 207.81º | 0.81% | 0.73% | - |
| XYZ | 15.8 | 16.39 | 48.79 | - |
| YUV | 99.76 | 176.66 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 116 | 186 | 0.81 | 0.38 | 0 | 0.27 | 207.81 | 0.68 | 0.43 |
| Hex | 23 | 74 | BA | 51 | 26 | 0 | 1B | D0 | 44 | 2B |
| Octal | 43 | 164 | 272 | 121 | 46 | 0 | 33 | 320 | 104 | 53 |
| Binary | 100011 | 1110100 | 10111010 | 1010001 | 100110 | 0 | 11011 | 11010000 | 1000100 | 101011 |
Color Harmonies of #2374BA
Complementary color
Monochromatic Colors of #2374BA
Black with #2374BA
Text Example
Text Example
White with #2374BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2374BA; }
p { color: rgb(35,116,186); }
H1.HeaderClassName
{
color: #2374BA;
}
.AnyTagClassName
{
color: #2374BA;
}
</style>
background-color css
<style>
a { background-color: #2374BA; }
a { background-color: rgb(35,116,186); }
div.DivClassName
{
background-color: #2374BA;
}
.BgClassName
{
background-color: #2374BA;
}
</style>
border-color css
<style>
span { border-color: #2374BA; }
span { border-color: rgb(35,116,186); }
td.TdClassName
{
border-color: #2374BA;
}
.TagClassName
{
border-color: #2374BA;
}
</style>