Shades of Denim #256BCA
Tints of Denim #256BCA
RGB
CMYK
RGB Variations
Color information
#256BCA (or 0x256BCA) is known color: Denim. HEX triplet: 25, 6B and CA. RGB value is (37,107,202). Sum of RGB (Red+Green+Blue) = 37+107+202=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #256BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256BCA is #DA9435. Grayscale: #606060. Windows color (decimal): -14324790 or 13265701. OLE color: 13265701.
HSL color Cylindrical-coordinate representation of color #256BCA: hue angle of 214.55º 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 #256BCA is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 107 | 202 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.21 |
| HSL | 214.55º | 0.69% | 0.47% | - |
| HSV(B) | 214.55º | 0.82% | 0.79% | - |
| XYZ | 16.68 | 15.17 | 57.93 | - |
| YUV | 96.9 | 187.31 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 202 | 0.82 | 0.47 | 0 | 0.21 | 214.55 | 0.69 | 0.47 |
| Hex | 25 | 6B | CA | 52 | 2F | 0 | 15 | D7 | 45 | 2F |
| Octal | 45 | 153 | 312 | 122 | 57 | 0 | 25 | 327 | 105 | 57 |
| Binary | 100101 | 1101011 | 11001010 | 1010010 | 101111 | 0 | 10101 | 11010111 | 1000101 | 101111 |
Color Harmonies of #256BCA
Complementary color
Monochromatic Colors of #256BCA
Black with #256BCA
Text Example
Text Example
White with #256BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256BCA; }
p { color: rgb(37,107,202); }
H1.HeaderClassName
{
color: #256BCA;
}
.AnyTagClassName
{
color: #256BCA;
}
</style>
background-color css
<style>
a { background-color: #256BCA; }
a { background-color: rgb(37,107,202); }
div.DivClassName
{
background-color: #256BCA;
}
.BgClassName
{
background-color: #256BCA;
}
</style>
border-color css
<style>
span { border-color: #256BCA; }
span { border-color: rgb(37,107,202); }
td.TdClassName
{
border-color: #256BCA;
}
.TagClassName
{
border-color: #256BCA;
}
</style>