Shades of Denim #2568BD
Tints of Denim #2568BD
RGB
CMYK
RGB Variations
Color information
#2568BD (or 0x2568BD) is known color: Denim. HEX triplet: 25, 68 and BD. RGB value is (37,104,189). Sum of RGB (Red+Green+Blue) = 37+104+189=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #2568BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2568BD is #DA9742. Grayscale: #5D5D5D. Windows color (decimal): -14325571 or 12412965. OLE color: 12412965.
HSL color Cylindrical-coordinate representation of color #2568BD: hue angle of 213.55º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2568BD is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 104 | 189 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.26 |
| HSL | 213.55º | 0.67% | 0.44% | - |
| HSV(B) | 213.55º | 0.8% | 0.74% | - |
| XYZ | 14.9 | 13.97 | 50.05 | - |
| YUV | 93.66 | 181.8 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 189 | 0.80 | 0.45 | 0 | 0.26 | 213.55 | 0.67 | 0.44 |
| Hex | 25 | 68 | BD | 50 | 2D | 0 | 1A | D6 | 43 | 2C |
| Octal | 45 | 150 | 275 | 120 | 55 | 0 | 32 | 326 | 103 | 54 |
| Binary | 100101 | 1101000 | 10111101 | 1010000 | 101101 | 0 | 11010 | 11010110 | 1000011 | 101100 |
Color Harmonies of #2568BD
Complementary color
Monochromatic Colors of #2568BD
Black with #2568BD
Text Example
Text Example
White with #2568BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2568BD; }
p { color: rgb(37,104,189); }
H1.HeaderClassName
{
color: #2568BD;
}
.AnyTagClassName
{
color: #2568BD;
}
</style>
background-color css
<style>
a { background-color: #2568BD; }
a { background-color: rgb(37,104,189); }
div.DivClassName
{
background-color: #2568BD;
}
.BgClassName
{
background-color: #2568BD;
}
</style>
border-color css
<style>
span { border-color: #2568BD; }
span { border-color: rgb(37,104,189); }
td.TdClassName
{
border-color: #2568BD;
}
.TagClassName
{
border-color: #2568BD;
}
</style>