Shades of Denim #2563C4
Tints of Denim #2563C4
RGB
CMYK
RGB Variations
Color information
#2563C4 (or 0x2563C4) is known color: Denim. HEX triplet: 25, 63 and C4. RGB value is (37,99,196). Sum of RGB (Red+Green+Blue) = 37+99+196=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 196 (76.95% from 255 or 59.04% from 332); Max value from RGB is 196 - color contains mainly: blue. Hex color #2563C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2563C4 is #DA9C3B. Grayscale: #5B5B5B. Windows color (decimal): -14326844 or 12870437. OLE color: 12870437.
HSL color Cylindrical-coordinate representation of color #2563C4: hue angle of 216.6º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2563C4 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 99 | 196 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.23 |
| HSL | 216.6º | 0.68% | 0.46% | - |
| HSV(B) | 216.6º | 0.81% | 0.77% | - |
| XYZ | 15.19 | 13.3 | 53.99 | - |
| YUV | 91.52 | 186.96 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 196 | 0.81 | 0.49 | 0 | 0.23 | 216.6 | 0.68 | 0.46 |
| Hex | 25 | 63 | C4 | 51 | 31 | 0 | 17 | D9 | 44 | 2E |
| Octal | 45 | 143 | 304 | 121 | 61 | 0 | 27 | 331 | 104 | 56 |
| Binary | 100101 | 1100011 | 11000100 | 1010001 | 110001 | 0 | 10111 | 11011001 | 1000100 | 101110 |
Color Harmonies of #2563C4
Complementary color
Monochromatic Colors of #2563C4
Black with #2563C4
Text Example
Text Example
White with #2563C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2563C4; }
p { color: rgb(37,99,196); }
H1.HeaderClassName
{
color: #2563C4;
}
.AnyTagClassName
{
color: #2563C4;
}
</style>
background-color css
<style>
a { background-color: #2563C4; }
a { background-color: rgb(37,99,196); }
div.DivClassName
{
background-color: #2563C4;
}
.BgClassName
{
background-color: #2563C4;
}
</style>
border-color css
<style>
span { border-color: #2563C4; }
span { border-color: rgb(37,99,196); }
td.TdClassName
{
border-color: #2563C4;
}
.TagClassName
{
border-color: #2563C4;
}
</style>