Shades of Denim #2363B4
Tints of Denim #2363B4
RGB
CMYK
RGB Variations
Color information
#2363B4 (or 0x2363B4) is known color: Denim. HEX triplet: 23, 63 and B4. RGB value is (35,99,180). Sum of RGB (Red+Green+Blue) = 35+99+180=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 180 (70.70% from 255 or 57.32% from 314); Max value from RGB is 180 - color contains mainly: blue. Hex color #2363B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2363B4 is #DC9C4B. Grayscale: #585858. Windows color (decimal): -14457932 or 11821859. OLE color: 11821859.
HSL color Cylindrical-coordinate representation of color #2363B4: hue angle of 213.52º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2363B4 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 35 | 99 | 180 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.29 |
| HSL | 213.52º | 0.67% | 0.42% | - |
| HSV(B) | 213.52º | 0.81% | 0.71% | - |
| XYZ | 13.39 | 12.58 | 44.9 | - |
| YUV | 89.1 | 179.3 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 99 | 180 | 0.81 | 0.45 | 0 | 0.29 | 213.52 | 0.67 | 0.42 |
| Hex | 23 | 63 | B4 | 51 | 2D | 0 | 1D | D6 | 43 | 2A |
| Octal | 43 | 143 | 264 | 121 | 55 | 0 | 35 | 326 | 103 | 52 |
| Binary | 100011 | 1100011 | 10110100 | 1010001 | 101101 | 0 | 11101 | 11010110 | 1000011 | 101010 |
Color Harmonies of #2363B4
Complementary color
Monochromatic Colors of #2363B4
Black with #2363B4
Text Example
Text Example
White with #2363B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2363B4; }
p { color: rgb(35,99,180); }
H1.HeaderClassName
{
color: #2363B4;
}
.AnyTagClassName
{
color: #2363B4;
}
</style>
background-color css
<style>
a { background-color: #2363B4; }
a { background-color: rgb(35,99,180); }
div.DivClassName
{
background-color: #2363B4;
}
.BgClassName
{
background-color: #2363B4;
}
</style>
border-color css
<style>
span { border-color: #2363B4; }
span { border-color: rgb(35,99,180); }
td.TdClassName
{
border-color: #2363B4;
}
.TagClassName
{
border-color: #2363B4;
}
</style>