Shades of Denim #0365B4
Tints of Denim #0365B4
RGB
CMYK
RGB Variations
Color information
#0365B4 (or 0x0365B4) is known color: Denim. HEX triplet: 03, 65 and B4. RGB value is (3,101,180). Sum of RGB (Red+Green+Blue) = 3+101+180=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 180 (70.70% from 255 or 63.38% from 284); Max value from RGB is 180 - color contains mainly: blue. Hex color #0365B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0365B4 is #FC9A4B. Grayscale: #505050. Windows color (decimal): -16554572 or 11822339. OLE color: 11822339.
HSL color Cylindrical-coordinate representation of color #0365B4: hue angle of 206.78º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0365B4 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 101 | 180 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.29 |
| HSL | 206.78º | 0.97% | 0.36% | - |
| HSV(B) | 206.78º | 0.98% | 0.71% | - |
| XYZ | 12.93 | 12.62 | 44.93 | - |
| YUV | 80.7 | 184.03 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 180 | 0.98 | 0.44 | 0 | 0.29 | 206.78 | 0.97 | 0.36 |
| Hex | 3 | 65 | B4 | 62 | 2C | 0 | 1D | CF | 61 | 24 |
| Octal | 3 | 145 | 264 | 142 | 54 | 0 | 35 | 317 | 141 | 44 |
| Binary | 11 | 1100101 | 10110100 | 1100010 | 101100 | 0 | 11101 | 11001111 | 1100001 | 100100 |
Color Harmonies of #0365B4
Complementary color
Monochromatic Colors of #0365B4
Black with #0365B4
Text Example
Text Example
White with #0365B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0365B4; }
p { color: rgb(3,101,180); }
H1.HeaderClassName
{
color: #0365B4;
}
.AnyTagClassName
{
color: #0365B4;
}
</style>
background-color css
<style>
a { background-color: #0365B4; }
a { background-color: rgb(3,101,180); }
div.DivClassName
{
background-color: #0365B4;
}
.BgClassName
{
background-color: #0365B4;
}
</style>
border-color css
<style>
span { border-color: #0365B4; }
span { border-color: rgb(3,101,180); }
td.TdClassName
{
border-color: #0365B4;
}
.TagClassName
{
border-color: #0365B4;
}
</style>