Shades of Denim #2467BF
Tints of Denim #2467BF
RGB
CMYK
RGB Variations
Color information
#2467BF (or 0x2467BF) is known color: Denim. HEX triplet: 24, 67 and BF. RGB value is (36,103,191). Sum of RGB (Red+Green+Blue) = 36+103+191=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #2467BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2467BF is #DB9840. Grayscale: #5C5C5C. Windows color (decimal): -14391361 or 12543780. OLE color: 12543780.
HSL color Cylindrical-coordinate representation of color #2467BF: hue angle of 214.06º 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 #2467BF is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 103 | 191 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.25 |
| HSL | 214.06º | 0.68% | 0.45% | - |
| HSV(B) | 214.06º | 0.81% | 0.75% | - |
| XYZ | 14.98 | 13.84 | 51.17 | - |
| YUV | 93 | 183.3 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 191 | 0.81 | 0.46 | 0 | 0.25 | 214.06 | 0.68 | 0.45 |
| Hex | 24 | 67 | BF | 51 | 2E | 0 | 19 | D6 | 44 | 2D |
| Octal | 44 | 147 | 277 | 121 | 56 | 0 | 31 | 326 | 104 | 55 |
| Binary | 100100 | 1100111 | 10111111 | 1010001 | 101110 | 0 | 11001 | 11010110 | 1000100 | 101101 |
Color Harmonies of #2467BF
Complementary color
Monochromatic Colors of #2467BF
Black with #2467BF
Text Example
Text Example
White with #2467BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2467BF; }
p { color: rgb(36,103,191); }
H1.HeaderClassName
{
color: #2467BF;
}
.AnyTagClassName
{
color: #2467BF;
}
</style>
background-color css
<style>
a { background-color: #2467BF; }
a { background-color: rgb(36,103,191); }
div.DivClassName
{
background-color: #2467BF;
}
.BgClassName
{
background-color: #2467BF;
}
</style>
border-color css
<style>
span { border-color: #2467BF; }
span { border-color: rgb(36,103,191); }
td.TdClassName
{
border-color: #2467BF;
}
.TagClassName
{
border-color: #2467BF;
}
</style>