Shades of Denim #0364AC
Tints of Denim #0364AC
RGB
CMYK
RGB Variations
Color information
#0364AC (or 0x0364AC) is known color: Denim. HEX triplet: 03, 64 and AC. RGB value is (3,100,172). Sum of RGB (Red+Green+Blue) = 3+100+172=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #0364AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0364AC is #FC9B53. Grayscale: #4E4E4E. Windows color (decimal): -16554836 or 11297795. OLE color: 11297795.
HSL color Cylindrical-coordinate representation of color #0364AC: hue angle of 205.56º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0364AC is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 100 | 172 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.33 |
| HSL | 205.56º | 0.97% | 0.34% | - |
| HSV(B) | 205.56º | 0.98% | 0.67% | - |
| XYZ | 12.04 | 12.11 | 40.73 | - |
| YUV | 79.21 | 180.36 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 172 | 0.98 | 0.42 | 0 | 0.33 | 205.56 | 0.97 | 0.34 |
| Hex | 3 | 64 | AC | 62 | 2A | 0 | 21 | CE | 61 | 22 |
| Octal | 3 | 144 | 254 | 142 | 52 | 0 | 41 | 316 | 141 | 42 |
| Binary | 11 | 1100100 | 10101100 | 1100010 | 101010 | 0 | 100001 | 11001110 | 1100001 | 100010 |
Color Harmonies of #0364AC
Complementary color
Monochromatic Colors of #0364AC
Black with #0364AC
Text Example
Text Example
White with #0364AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0364AC; }
p { color: rgb(3,100,172); }
H1.HeaderClassName
{
color: #0364AC;
}
.AnyTagClassName
{
color: #0364AC;
}
</style>
background-color css
<style>
a { background-color: #0364AC; }
a { background-color: rgb(3,100,172); }
div.DivClassName
{
background-color: #0364AC;
}
.BgClassName
{
background-color: #0364AC;
}
</style>
border-color css
<style>
span { border-color: #0364AC; }
span { border-color: rgb(3,100,172); }
td.TdClassName
{
border-color: #0364AC;
}
.TagClassName
{
border-color: #0364AC;
}
</style>