Shades of Denim #256ECA
Tints of Denim #256ECA
RGB
CMYK
RGB Variations
Color information
#256ECA (or 0x256ECA) is known color: Denim. HEX triplet: 25, 6E and CA. RGB value is (37,110,202). Sum of RGB (Red+Green+Blue) = 37+110+202=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #256ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256ECA is #DA9135. Grayscale: #626262. Windows color (decimal): -14324022 or 13266469. OLE color: 13266469.
HSL color Cylindrical-coordinate representation of color #256ECA: hue angle of 213.45º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #256ECA is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 110 | 202 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.21 |
| HSL | 213.45º | 0.69% | 0.47% | - |
| HSV(B) | 213.45º | 0.82% | 0.79% | - |
| XYZ | 17 | 15.81 | 58.03 | - |
| YUV | 98.66 | 186.32 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 202 | 0.82 | 0.46 | 0 | 0.21 | 213.45 | 0.69 | 0.47 |
| Hex | 25 | 6E | CA | 52 | 2E | 0 | 15 | D5 | 45 | 2F |
| Octal | 45 | 156 | 312 | 122 | 56 | 0 | 25 | 325 | 105 | 57 |
| Binary | 100101 | 1101110 | 11001010 | 1010010 | 101110 | 0 | 10101 | 11010101 | 1000101 | 101111 |
Color Harmonies of #256ECA
Complementary color
Monochromatic Colors of #256ECA
Black with #256ECA
Text Example
Text Example
White with #256ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256ECA; }
p { color: rgb(37,110,202); }
H1.HeaderClassName
{
color: #256ECA;
}
.AnyTagClassName
{
color: #256ECA;
}
</style>
background-color css
<style>
a { background-color: #256ECA; }
a { background-color: rgb(37,110,202); }
div.DivClassName
{
background-color: #256ECA;
}
.BgClassName
{
background-color: #256ECA;
}
</style>
border-color css
<style>
span { border-color: #256ECA; }
span { border-color: rgb(37,110,202); }
td.TdClassName
{
border-color: #256ECA;
}
.TagClassName
{
border-color: #256ECA;
}
</style>