Shades of Blue Zodiac #363D53
Tints of Blue Zodiac #363D53
RGB
CMYK
RGB Variations
Color information
#363D53 (or 0x363D53) is known color: Blue Zodiac. HEX triplet: 36, 3D and 53. RGB value is (54,61,83). Sum of RGB (Red+Green+Blue) = 54+61+83=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #363D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D53 is #C9C2AC. Grayscale: #3D3D3D. Windows color (decimal): -13222573 or 5455158. OLE color: 5455158.
HSL color Cylindrical-coordinate representation of color #363D53: hue angle of 225.52º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #363D53 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 61 | 83 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.67 |
| HSL | 225.52º | 0.21% | 0.27% | - |
| HSV(B) | 225.52º | 0.35% | 0.33% | - |
| XYZ | 4.75 | 4.75 | 8.85 | - |
| YUV | 61.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 83 | 0.35 | 0.27 | 0 | 0.67 | 225.52 | 0.21 | 0.27 |
| Hex | 36 | 3D | 53 | 23 | 1B | 0 | 43 | E2 | 15 | 1B |
| Octal | 66 | 75 | 123 | 43 | 33 | 0 | 103 | 342 | 25 | 33 |
| Binary | 110110 | 111101 | 1010011 | 100011 | 11011 | 0 | 1000011 | 11100010 | 10101 | 11011 |
Color Harmonies of #363D53
Complementary color
Monochromatic Colors of #363D53
Black with #363D53
Text Example
Text Example
White with #363D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D53; }
p { color: rgb(54,61,83); }
H1.HeaderClassName
{
color: #363D53;
}
.AnyTagClassName
{
color: #363D53;
}
</style>
background-color css
<style>
a { background-color: #363D53; }
a { background-color: rgb(54,61,83); }
div.DivClassName
{
background-color: #363D53;
}
.BgClassName
{
background-color: #363D53;
}
</style>
border-color css
<style>
span { border-color: #363D53; }
span { border-color: rgb(54,61,83); }
td.TdClassName
{
border-color: #363D53;
}
.TagClassName
{
border-color: #363D53;
}
</style>