Shades of Denim #0364AF
Tints of Denim #0364AF
RGB
CMYK
RGB Variations
Color information
#0364AF (or 0x0364AF) is known color: Denim. HEX triplet: 03, 64 and AF. RGB value is (3,100,175). Sum of RGB (Red+Green+Blue) = 3+100+175=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #0364AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0364AF is #FC9B50. Grayscale: #4F4F4F. Windows color (decimal): -16554833 or 11494403. OLE color: 11494403.
HSL color Cylindrical-coordinate representation of color #0364AF: hue angle of 206.16º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0364AF is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 100 | 175 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.31 |
| HSL | 206.16º | 0.97% | 0.35% | - |
| HSV(B) | 206.16º | 0.98% | 0.69% | - |
| XYZ | 12.33 | 12.23 | 42.27 | - |
| YUV | 79.55 | 181.86 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 175 | 0.98 | 0.43 | 0 | 0.31 | 206.16 | 0.97 | 0.35 |
| Hex | 3 | 64 | AF | 62 | 2B | 0 | 1F | CE | 61 | 23 |
| Octal | 3 | 144 | 257 | 142 | 53 | 0 | 37 | 316 | 141 | 43 |
| Binary | 11 | 1100100 | 10101111 | 1100010 | 101011 | 0 | 11111 | 11001110 | 1100001 | 100011 |
Color Harmonies of #0364AF
Complementary color
Monochromatic Colors of #0364AF
Black with #0364AF
Text Example
Text Example
White with #0364AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0364AF; }
p { color: rgb(3,100,175); }
H1.HeaderClassName
{
color: #0364AF;
}
.AnyTagClassName
{
color: #0364AF;
}
</style>
background-color css
<style>
a { background-color: #0364AF; }
a { background-color: rgb(3,100,175); }
div.DivClassName
{
background-color: #0364AF;
}
.BgClassName
{
background-color: #0364AF;
}
</style>
border-color css
<style>
span { border-color: #0364AF; }
span { border-color: rgb(3,100,175); }
td.TdClassName
{
border-color: #0364AF;
}
.TagClassName
{
border-color: #0364AF;
}
</style>