Shades of Denim #2566C1
Tints of Denim #2566C1
RGB
CMYK
RGB Variations
Color information
#2566C1 (or 0x2566C1) is known color: Denim. HEX triplet: 25, 66 and C1. RGB value is (37,102,193). Sum of RGB (Red+Green+Blue) = 37+102+193=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #2566C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2566C1 is #DA993E. Grayscale: #5C5C5C. Windows color (decimal): -14326079 or 12674597. OLE color: 12674597.
HSL color Cylindrical-coordinate representation of color #2566C1: hue angle of 215º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2566C1 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 102 | 193 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.24 |
| HSL | 215º | 0.68% | 0.45% | - |
| HSV(B) | 215º | 0.81% | 0.76% | - |
| XYZ | 15.14 | 13.75 | 52.31 | - |
| YUV | 92.94 | 184.47 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 193 | 0.81 | 0.47 | 0 | 0.24 | 215 | 0.68 | 0.45 |
| Hex | 25 | 66 | C1 | 51 | 2F | 0 | 18 | D7 | 44 | 2D |
| Octal | 45 | 146 | 301 | 121 | 57 | 0 | 30 | 327 | 104 | 55 |
| Binary | 100101 | 1100110 | 11000001 | 1010001 | 101111 | 0 | 11000 | 11010111 | 1000100 | 101101 |
Color Harmonies of #2566C1
Complementary color
Monochromatic Colors of #2566C1
Black with #2566C1
Text Example
Text Example
White with #2566C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2566C1; }
p { color: rgb(37,102,193); }
H1.HeaderClassName
{
color: #2566C1;
}
.AnyTagClassName
{
color: #2566C1;
}
</style>
background-color css
<style>
a { background-color: #2566C1; }
a { background-color: rgb(37,102,193); }
div.DivClassName
{
background-color: #2566C1;
}
.BgClassName
{
background-color: #2566C1;
}
</style>
border-color css
<style>
span { border-color: #2566C1; }
span { border-color: rgb(37,102,193); }
td.TdClassName
{
border-color: #2566C1;
}
.TagClassName
{
border-color: #2566C1;
}
</style>