Shades of Denim #2475BD
Tints of Denim #2475BD
RGB
CMYK
RGB Variations
Color information
#2475BD (or 0x2475BD) is known color: Denim. HEX triplet: 24, 75 and BD. RGB value is (36,117,189). Sum of RGB (Red+Green+Blue) = 36+117+189=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #2475BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2475BD is #DB8A42. Grayscale: #646464. Windows color (decimal): -14387779 or 12416292. OLE color: 12416292.
HSL color Cylindrical-coordinate representation of color #2475BD: hue angle of 208.24º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2475BD is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 117 | 189 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.26 |
| HSL | 208.24º | 0.68% | 0.44% | - |
| HSV(B) | 208.24º | 0.81% | 0.74% | - |
| XYZ | 16.27 | 16.77 | 50.52 | - |
| YUV | 100.99 | 177.66 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 189 | 0.81 | 0.38 | 0 | 0.26 | 208.24 | 0.68 | 0.44 |
| Hex | 24 | 75 | BD | 51 | 26 | 0 | 1A | D0 | 44 | 2C |
| Octal | 44 | 165 | 275 | 121 | 46 | 0 | 32 | 320 | 104 | 54 |
| Binary | 100100 | 1110101 | 10111101 | 1010001 | 100110 | 0 | 11010 | 11010000 | 1000100 | 101100 |
Color Harmonies of #2475BD
Complementary color
Monochromatic Colors of #2475BD
Black with #2475BD
Text Example
Text Example
White with #2475BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2475BD; }
p { color: rgb(36,117,189); }
H1.HeaderClassName
{
color: #2475BD;
}
.AnyTagClassName
{
color: #2475BD;
}
</style>
background-color css
<style>
a { background-color: #2475BD; }
a { background-color: rgb(36,117,189); }
div.DivClassName
{
background-color: #2475BD;
}
.BgClassName
{
background-color: #2475BD;
}
</style>
border-color css
<style>
span { border-color: #2475BD; }
span { border-color: rgb(36,117,189); }
td.TdClassName
{
border-color: #2475BD;
}
.TagClassName
{
border-color: #2475BD;
}
</style>