Shades of Denim #2566BD
Tints of Denim #2566BD
RGB
CMYK
RGB Variations
Color information
#2566BD (or 0x2566BD) is known color: Denim. HEX triplet: 25, 66 and BD. RGB value is (37,102,189). Sum of RGB (Red+Green+Blue) = 37+102+189=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #2566BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2566BD is #DA9942. Grayscale: #5C5C5C. Windows color (decimal): -14326083 or 12412453. OLE color: 12412453.
HSL color Cylindrical-coordinate representation of color #2566BD: hue angle of 214.34º 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 #2566BD is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 102 | 189 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.26 |
| HSL | 214.34º | 0.67% | 0.44% | - |
| HSV(B) | 214.34º | 0.8% | 0.74% | - |
| XYZ | 14.7 | 13.57 | 49.99 | - |
| YUV | 92.48 | 182.47 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 189 | 0.80 | 0.46 | 0 | 0.26 | 214.34 | 0.67 | 0.44 |
| Hex | 25 | 66 | BD | 50 | 2E | 0 | 1A | D6 | 43 | 2C |
| Octal | 45 | 146 | 275 | 120 | 56 | 0 | 32 | 326 | 103 | 54 |
| Binary | 100101 | 1100110 | 10111101 | 1010000 | 101110 | 0 | 11010 | 11010110 | 1000011 | 101100 |
Color Harmonies of #2566BD
Complementary color
Monochromatic Colors of #2566BD
Black with #2566BD
Text Example
Text Example
White with #2566BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2566BD; }
p { color: rgb(37,102,189); }
H1.HeaderClassName
{
color: #2566BD;
}
.AnyTagClassName
{
color: #2566BD;
}
</style>
background-color css
<style>
a { background-color: #2566BD; }
a { background-color: rgb(37,102,189); }
div.DivClassName
{
background-color: #2566BD;
}
.BgClassName
{
background-color: #2566BD;
}
</style>
border-color css
<style>
span { border-color: #2566BD; }
span { border-color: rgb(37,102,189); }
td.TdClassName
{
border-color: #2566BD;
}
.TagClassName
{
border-color: #2566BD;
}
</style>