Shades of Denim #256FCC
Tints of Denim #256FCC
RGB
CMYK
RGB Variations
Color information
#256FCC (or 0x256FCC) is known color: Denim. HEX triplet: 25, 6F and CC. RGB value is (37,111,204). Sum of RGB (Red+Green+Blue) = 37+111+204=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #256FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256FCC is #DA9033. Grayscale: #636363. Windows color (decimal): -14323764 or 13397797. OLE color: 13397797.
HSL color Cylindrical-coordinate representation of color #256FCC: hue angle of 213.41º 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 #256FCC is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 111 | 204 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.2 |
| HSL | 213.41º | 0.69% | 0.47% | - |
| HSV(B) | 213.41º | 0.82% | 0.8% | - |
| XYZ | 17.35 | 16.12 | 59.32 | - |
| YUV | 99.48 | 186.98 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 204 | 0.82 | 0.46 | 0 | 0.2 | 213.41 | 0.69 | 0.47 |
| Hex | 25 | 6F | CC | 52 | 2E | 0 | 14 | D5 | 45 | 2F |
| Octal | 45 | 157 | 314 | 122 | 56 | 0 | 24 | 325 | 105 | 57 |
| Binary | 100101 | 1101111 | 11001100 | 1010010 | 101110 | 0 | 10100 | 11010101 | 1000101 | 101111 |
Color Harmonies of #256FCC
Complementary color
Monochromatic Colors of #256FCC
Black with #256FCC
Text Example
Text Example
White with #256FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FCC; }
p { color: rgb(37,111,204); }
H1.HeaderClassName
{
color: #256FCC;
}
.AnyTagClassName
{
color: #256FCC;
}
</style>
background-color css
<style>
a { background-color: #256FCC; }
a { background-color: rgb(37,111,204); }
div.DivClassName
{
background-color: #256FCC;
}
.BgClassName
{
background-color: #256FCC;
}
</style>
border-color css
<style>
span { border-color: #256FCC; }
span { border-color: rgb(37,111,204); }
td.TdClassName
{
border-color: #256FCC;
}
.TagClassName
{
border-color: #256FCC;
}
</style>