Shades of Spectra #365A4E
Tints of Spectra #365A4E
RGB
CMYK
RGB Variations
Color information
#365A4E (or 0x365A4E) is known color: Spectra. HEX triplet: 36, 5A and 4E. RGB value is (54,90,78). Sum of RGB (Red+Green+Blue) = 54+90+78=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 90 - color contains mainly: green. Hex color #365A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A4E is #C9A5B1. Grayscale: #4D4D4D. Windows color (decimal): -13215154 or 5134902. OLE color: 5134902.
HSL color Cylindrical-coordinate representation of color #365A4E: hue angle of 160º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365A4E is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 90 | 78 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.65 |
| HSL | 160º | 0.25% | 0.28% | - |
| HSV(B) | 160º | 0.4% | 0.35% | - |
| XYZ | 6.55 | 8.65 | 8.53 | - |
| YUV | 77.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 78 | 0.40 | 0 | 0.13 | 0.65 | 160 | 0.25 | 0.28 |
| Hex | 36 | 5A | 4E | 28 | 0 | D | 41 | A0 | 19 | 1C |
| Octal | 66 | 132 | 116 | 50 | 0 | 15 | 101 | 240 | 31 | 34 |
| Binary | 110110 | 1011010 | 1001110 | 101000 | 0 | 1101 | 1000001 | 10100000 | 11001 | 11100 |
Color Harmonies of #365A4E
Complementary color
Monochromatic Colors of #365A4E
Black with #365A4E
Text Example
Text Example
White with #365A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365A4E; }
p { color: rgb(54,90,78); }
H1.HeaderClassName
{
color: #365A4E;
}
.AnyTagClassName
{
color: #365A4E;
}
</style>
background-color css
<style>
a { background-color: #365A4E; }
a { background-color: rgb(54,90,78); }
div.DivClassName
{
background-color: #365A4E;
}
.BgClassName
{
background-color: #365A4E;
}
</style>
border-color css
<style>
span { border-color: #365A4E; }
span { border-color: rgb(54,90,78); }
td.TdClassName
{
border-color: #365A4E;
}
.TagClassName
{
border-color: #365A4E;
}
</style>