Shades of Denim #256FCA
Tints of Denim #256FCA
RGB
CMYK
RGB Variations
Color information
#256FCA (or 0x256FCA) is known color: Denim. HEX triplet: 25, 6F and CA. RGB value is (37,111,202). Sum of RGB (Red+Green+Blue) = 37+111+202=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #256FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256FCA is #DA9035. Grayscale: #626262. Windows color (decimal): -14323766 or 13266725. OLE color: 13266725.
HSL color Cylindrical-coordinate representation of color #256FCA: hue angle of 213.09º 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 #256FCA is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 111 | 202 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.21 |
| HSL | 213.09º | 0.69% | 0.47% | - |
| HSV(B) | 213.09º | 0.82% | 0.79% | - |
| XYZ | 17.11 | 16.03 | 58.07 | - |
| YUV | 99.25 | 185.98 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 202 | 0.82 | 0.45 | 0 | 0.21 | 213.09 | 0.69 | 0.47 |
| Hex | 25 | 6F | CA | 52 | 2D | 0 | 15 | D5 | 45 | 2F |
| Octal | 45 | 157 | 312 | 122 | 55 | 0 | 25 | 325 | 105 | 57 |
| Binary | 100101 | 1101111 | 11001010 | 1010010 | 101101 | 0 | 10101 | 11010101 | 1000101 | 101111 |
Color Harmonies of #256FCA
Complementary color
Monochromatic Colors of #256FCA
Black with #256FCA
Text Example
Text Example
White with #256FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FCA; }
p { color: rgb(37,111,202); }
H1.HeaderClassName
{
color: #256FCA;
}
.AnyTagClassName
{
color: #256FCA;
}
</style>
background-color css
<style>
a { background-color: #256FCA; }
a { background-color: rgb(37,111,202); }
div.DivClassName
{
background-color: #256FCA;
}
.BgClassName
{
background-color: #256FCA;
}
</style>
border-color css
<style>
span { border-color: #256FCA; }
span { border-color: rgb(37,111,202); }
td.TdClassName
{
border-color: #256FCA;
}
.TagClassName
{
border-color: #256FCA;
}
</style>