Shades of Denim #2363CB
Tints of Denim #2363CB
RGB
CMYK
RGB Variations
Color information
#2363CB (or 0x2363CB) is known color: Denim. HEX triplet: 23, 63 and CB. RGB value is (35,99,203). Sum of RGB (Red+Green+Blue) = 35+99+203=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #2363CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2363CB is #DC9C34. Grayscale: #5B5B5B. Windows color (decimal): -14457909 or 13329187. OLE color: 13329187.
HSL color Cylindrical-coordinate representation of color #2363CB: hue angle of 217.14º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2363CB is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 99 | 203 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.20 |
| HSL | 217.14º | 0.71% | 0.47% | - |
| HSV(B) | 217.14º | 0.83% | 0.8% | - |
| XYZ | 15.93 | 13.59 | 58.28 | - |
| YUV | 91.72 | 190.8 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 203 | 0.83 | 0.51 | 0 | 0.20 | 217.14 | 0.71 | 0.47 |
| Hex | 23 | 63 | CB | 53 | 33 | 0 | 14 | D9 | 47 | 2F |
| Octal | 43 | 143 | 313 | 123 | 63 | 0 | 24 | 331 | 107 | 57 |
| Binary | 100011 | 1100011 | 11001011 | 1010011 | 110011 | 0 | 10100 | 11011001 | 1000111 | 101111 |
Color Harmonies of #2363CB
Complementary color
Monochromatic Colors of #2363CB
Black with #2363CB
Text Example
Text Example
White with #2363CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2363CB; }
p { color: rgb(35,99,203); }
H1.HeaderClassName
{
color: #2363CB;
}
.AnyTagClassName
{
color: #2363CB;
}
</style>
background-color css
<style>
a { background-color: #2363CB; }
a { background-color: rgb(35,99,203); }
div.DivClassName
{
background-color: #2363CB;
}
.BgClassName
{
background-color: #2363CB;
}
</style>
border-color css
<style>
span { border-color: #2363CB; }
span { border-color: rgb(35,99,203); }
td.TdClassName
{
border-color: #2363CB;
}
.TagClassName
{
border-color: #2363CB;
}
</style>