Shades of Denim #0364B3
Tints of Denim #0364B3
RGB
CMYK
RGB Variations
Color information
#0364B3 (or 0x0364B3) is known color: Denim. HEX triplet: 03, 64 and B3. RGB value is (3,100,179). Sum of RGB (Red+Green+Blue) = 3+100+179=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 179 (70.31% from 255 or 63.48% from 282); Max value from RGB is 179 - color contains mainly: blue. Hex color #0364B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0364B3 is #FC9B4C. Grayscale: #4F4F4F. Windows color (decimal): -16554829 or 11756547. OLE color: 11756547.
HSL color Cylindrical-coordinate representation of color #0364B3: hue angle of 206.93º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0364B3 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 3 | 100 | 179 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.30 |
| HSL | 206.93º | 0.97% | 0.36% | - |
| HSV(B) | 206.93º | 0.98% | 0.7% | - |
| XYZ | 12.73 | 12.39 | 44.37 | - |
| YUV | 80 | 183.86 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 179 | 0.98 | 0.44 | 0 | 0.30 | 206.93 | 0.97 | 0.36 |
| Hex | 3 | 64 | B3 | 62 | 2C | 0 | 1E | CF | 61 | 24 |
| Octal | 3 | 144 | 263 | 142 | 54 | 0 | 36 | 317 | 141 | 44 |
| Binary | 11 | 1100100 | 10110011 | 1100010 | 101100 | 0 | 11110 | 11001111 | 1100001 | 100100 |
Color Harmonies of #0364B3
Complementary color
Monochromatic Colors of #0364B3
Black with #0364B3
Text Example
Text Example
White with #0364B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0364B3; }
p { color: rgb(3,100,179); }
H1.HeaderClassName
{
color: #0364B3;
}
.AnyTagClassName
{
color: #0364B3;
}
</style>
background-color css
<style>
a { background-color: #0364B3; }
a { background-color: rgb(3,100,179); }
div.DivClassName
{
background-color: #0364B3;
}
.BgClassName
{
background-color: #0364B3;
}
</style>
border-color css
<style>
span { border-color: #0364B3; }
span { border-color: rgb(3,100,179); }
td.TdClassName
{
border-color: #0364B3;
}
.TagClassName
{
border-color: #0364B3;
}
</style>