Shades of Denim #0364AD
Tints of Denim #0364AD
RGB
CMYK
RGB Variations
Color information
#0364AD (or 0x0364AD) is known color: Denim. HEX triplet: 03, 64 and AD. RGB value is (3,100,173). Sum of RGB (Red+Green+Blue) = 3+100+173=276 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #0364AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0364AD is #FC9B52. Grayscale: #4E4E4E. Windows color (decimal): -16554835 or 11363331. OLE color: 11363331.
HSL color Cylindrical-coordinate representation of color #0364AD: hue angle of 205.76º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0364AD is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 100 | 173 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.32 |
| HSL | 205.76º | 0.97% | 0.35% | - |
| HSV(B) | 205.76º | 0.98% | 0.68% | - |
| XYZ | 12.14 | 12.15 | 41.24 | - |
| YUV | 79.32 | 180.86 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 173 | 0.98 | 0.42 | 0 | 0.32 | 205.76 | 0.97 | 0.35 |
| Hex | 3 | 64 | AD | 62 | 2A | 0 | 20 | CE | 61 | 23 |
| Octal | 3 | 144 | 255 | 142 | 52 | 0 | 40 | 316 | 141 | 43 |
| Binary | 11 | 1100100 | 10101101 | 1100010 | 101010 | 0 | 100000 | 11001110 | 1100001 | 100011 |
Color Harmonies of #0364AD
Complementary color
Monochromatic Colors of #0364AD
Black with #0364AD
Text Example
Text Example
White with #0364AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0364AD; }
p { color: rgb(3,100,173); }
H1.HeaderClassName
{
color: #0364AD;
}
.AnyTagClassName
{
color: #0364AD;
}
</style>
background-color css
<style>
a { background-color: #0364AD; }
a { background-color: rgb(3,100,173); }
div.DivClassName
{
background-color: #0364AD;
}
.BgClassName
{
background-color: #0364AD;
}
</style>
border-color css
<style>
span { border-color: #0364AD; }
span { border-color: rgb(3,100,173); }
td.TdClassName
{
border-color: #0364AD;
}
.TagClassName
{
border-color: #0364AD;
}
</style>