Shades of Denim #2566CC
Tints of Denim #2566CC
RGB
CMYK
RGB Variations
Color information
#2566CC (or 0x2566CC) is known color: Denim. HEX triplet: 25, 66 and CC. RGB value is (37,102,204). Sum of RGB (Red+Green+Blue) = 37+102+204=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #2566CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2566CC is #DA9933. Grayscale: #5D5D5D. Windows color (decimal): -14326068 or 13395493. OLE color: 13395493.
HSL color Cylindrical-coordinate representation of color #2566CC: hue angle of 216.65º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2566CC is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 102 | 204 | - |
| CMYK | 0.82 | 0.5 | 0 | 0.2 |
| HSL | 216.65º | 0.69% | 0.47% | - |
| HSV(B) | 216.65º | 0.82% | 0.8% | - |
| XYZ | 16.41 | 14.26 | 59.01 | - |
| YUV | 94.19 | 189.97 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 204 | 0.82 | 0.5 | 0 | 0.2 | 216.65 | 0.69 | 0.47 |
| Hex | 25 | 66 | CC | 52 | 32 | 0 | 14 | D9 | 45 | 2F |
| Octal | 45 | 146 | 314 | 122 | 62 | 0 | 24 | 331 | 105 | 57 |
| Binary | 100101 | 1100110 | 11001100 | 1010010 | 110010 | 0 | 10100 | 11011001 | 1000101 | 101111 |
Color Harmonies of #2566CC
Complementary color
Monochromatic Colors of #2566CC
Black with #2566CC
Text Example
Text Example
White with #2566CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2566CC; }
p { color: rgb(37,102,204); }
H1.HeaderClassName
{
color: #2566CC;
}
.AnyTagClassName
{
color: #2566CC;
}
</style>
background-color css
<style>
a { background-color: #2566CC; }
a { background-color: rgb(37,102,204); }
div.DivClassName
{
background-color: #2566CC;
}
.BgClassName
{
background-color: #2566CC;
}
</style>
border-color css
<style>
span { border-color: #2566CC; }
span { border-color: rgb(37,102,204); }
td.TdClassName
{
border-color: #2566CC;
}
.TagClassName
{
border-color: #2566CC;
}
</style>