Shades of Denim #2477BF
Tints of Denim #2477BF
RGB
CMYK
RGB Variations
Color information
#2477BF (or 0x2477BF) is known color: Denim. HEX triplet: 24, 77 and BF. RGB value is (36,119,191). Sum of RGB (Red+Green+Blue) = 36+119+191=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #2477BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2477BF is #DB8840. Grayscale: #666666. Windows color (decimal): -14387265 or 12547876. OLE color: 12547876.
HSL color Cylindrical-coordinate representation of color #2477BF: hue angle of 207.87º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2477BF is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 119 | 191 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.25 |
| HSL | 207.87º | 0.68% | 0.45% | - |
| HSV(B) | 207.87º | 0.81% | 0.75% | - |
| XYZ | 16.73 | 17.33 | 51.75 | - |
| YUV | 102.39 | 178 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 119 | 191 | 0.81 | 0.38 | 0 | 0.25 | 207.87 | 0.68 | 0.45 |
| Hex | 24 | 77 | BF | 51 | 26 | 0 | 19 | D0 | 44 | 2D |
| Octal | 44 | 167 | 277 | 121 | 46 | 0 | 31 | 320 | 104 | 55 |
| Binary | 100100 | 1110111 | 10111111 | 1010001 | 100110 | 0 | 11001 | 11010000 | 1000100 | 101101 |
Color Harmonies of #2477BF
Complementary color
Monochromatic Colors of #2477BF
Black with #2477BF
Text Example
Text Example
White with #2477BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2477BF; }
p { color: rgb(36,119,191); }
H1.HeaderClassName
{
color: #2477BF;
}
.AnyTagClassName
{
color: #2477BF;
}
</style>
background-color css
<style>
a { background-color: #2477BF; }
a { background-color: rgb(36,119,191); }
div.DivClassName
{
background-color: #2477BF;
}
.BgClassName
{
background-color: #2477BF;
}
</style>
border-color css
<style>
span { border-color: #2477BF; }
span { border-color: rgb(36,119,191); }
td.TdClassName
{
border-color: #2477BF;
}
.TagClassName
{
border-color: #2477BF;
}
</style>