Shades of Denim #2567BA
Tints of Denim #2567BA
RGB
CMYK
RGB Variations
Color information
#2567BA (or 0x2567BA) is known color: Denim. HEX triplet: 25, 67 and BA. RGB value is (37,103,186). Sum of RGB (Red+Green+Blue) = 37+103+186=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #2567BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2567BA is #DA9845. Grayscale: #5C5C5C. Windows color (decimal): -14325830 or 12216101. OLE color: 12216101.
HSL color Cylindrical-coordinate representation of color #2567BA: hue angle of 213.42º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2567BA is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 103 | 186 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.27 |
| HSL | 213.42º | 0.67% | 0.44% | - |
| HSV(B) | 213.42º | 0.8% | 0.73% | - |
| XYZ | 14.48 | 13.64 | 48.32 | - |
| YUV | 92.73 | 180.63 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 186 | 0.80 | 0.45 | 0 | 0.27 | 213.42 | 0.67 | 0.44 |
| Hex | 25 | 67 | BA | 50 | 2D | 0 | 1B | D5 | 43 | 2C |
| Octal | 45 | 147 | 272 | 120 | 55 | 0 | 33 | 325 | 103 | 54 |
| Binary | 100101 | 1100111 | 10111010 | 1010000 | 101101 | 0 | 11011 | 11010101 | 1000011 | 101100 |
Color Harmonies of #2567BA
Complementary color
Monochromatic Colors of #2567BA
Black with #2567BA
Text Example
Text Example
White with #2567BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2567BA; }
p { color: rgb(37,103,186); }
H1.HeaderClassName
{
color: #2567BA;
}
.AnyTagClassName
{
color: #2567BA;
}
</style>
background-color css
<style>
a { background-color: #2567BA; }
a { background-color: rgb(37,103,186); }
div.DivClassName
{
background-color: #2567BA;
}
.BgClassName
{
background-color: #2567BA;
}
</style>
border-color css
<style>
span { border-color: #2567BA; }
span { border-color: rgb(37,103,186); }
td.TdClassName
{
border-color: #2567BA;
}
.TagClassName
{
border-color: #2567BA;
}
</style>