Shades of Blue Zodiac #363A50
Tints of Blue Zodiac #363A50
RGB
CMYK
RGB Variations
Color information
#363A50 (or 0x363A50) is known color: Blue Zodiac. HEX triplet: 36, 3A and 50. RGB value is (54,58,80). Sum of RGB (Red+Green+Blue) = 54+58+80=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #363A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A50 is #C9C5AF. Grayscale: #3B3B3B. Windows color (decimal): -13223344 or 5257782. OLE color: 5257782.
HSL color Cylindrical-coordinate representation of color #363A50: hue angle of 230.77º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #363A50 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 58 | 80 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.69 |
| HSL | 230.77º | 0.19% | 0.26% | - |
| HSV(B) | 230.77º | 0.33% | 0.31% | - |
| XYZ | 4.48 | 4.39 | 8.2 | - |
| YUV | 59.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 80 | 0.33 | 0.28 | 0 | 0.69 | 230.77 | 0.19 | 0.26 |
| Hex | 36 | 3A | 50 | 21 | 1C | 0 | 45 | E7 | 13 | 1A |
| Octal | 66 | 72 | 120 | 41 | 34 | 0 | 105 | 347 | 23 | 32 |
| Binary | 110110 | 111010 | 1010000 | 100001 | 11100 | 0 | 1000101 | 11100111 | 10011 | 11010 |
Color Harmonies of #363A50
Complementary color
Monochromatic Colors of #363A50
Black with #363A50
Text Example
Text Example
White with #363A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A50; }
p { color: rgb(54,58,80); }
H1.HeaderClassName
{
color: #363A50;
}
.AnyTagClassName
{
color: #363A50;
}
</style>
background-color css
<style>
a { background-color: #363A50; }
a { background-color: rgb(54,58,80); }
div.DivClassName
{
background-color: #363A50;
}
.BgClassName
{
background-color: #363A50;
}
</style>
border-color css
<style>
span { border-color: #363A50; }
span { border-color: rgb(54,58,80); }
td.TdClassName
{
border-color: #363A50;
}
.TagClassName
{
border-color: #363A50;
}
</style>