Shades of Denim #256CCA
Tints of Denim #256CCA
RGB
CMYK
RGB Variations
Color information
#256CCA (or 0x256CCA) is known color: Denim. HEX triplet: 25, 6C and CA. RGB value is (37,108,202). Sum of RGB (Red+Green+Blue) = 37+108+202=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #256CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256CCA is #DA9335. Grayscale: #616161. Windows color (decimal): -14324534 or 13265957. OLE color: 13265957.
HSL color Cylindrical-coordinate representation of color #256CCA: hue angle of 214.18º 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 #256CCA is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 108 | 202 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.21 |
| HSL | 214.18º | 0.69% | 0.47% | - |
| HSV(B) | 214.18º | 0.82% | 0.79% | - |
| XYZ | 16.79 | 15.38 | 57.96 | - |
| YUV | 97.49 | 186.98 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 202 | 0.82 | 0.47 | 0 | 0.21 | 214.18 | 0.69 | 0.47 |
| Hex | 25 | 6C | CA | 52 | 2F | 0 | 15 | D6 | 45 | 2F |
| Octal | 45 | 154 | 312 | 122 | 57 | 0 | 25 | 326 | 105 | 57 |
| Binary | 100101 | 1101100 | 11001010 | 1010010 | 101111 | 0 | 10101 | 11010110 | 1000101 | 101111 |
Color Harmonies of #256CCA
Complementary color
Monochromatic Colors of #256CCA
Black with #256CCA
Text Example
Text Example
White with #256CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256CCA; }
p { color: rgb(37,108,202); }
H1.HeaderClassName
{
color: #256CCA;
}
.AnyTagClassName
{
color: #256CCA;
}
</style>
background-color css
<style>
a { background-color: #256CCA; }
a { background-color: rgb(37,108,202); }
div.DivClassName
{
background-color: #256CCA;
}
.BgClassName
{
background-color: #256CCA;
}
</style>
border-color css
<style>
span { border-color: #256CCA; }
span { border-color: rgb(37,108,202); }
td.TdClassName
{
border-color: #256CCA;
}
.TagClassName
{
border-color: #256CCA;
}
</style>