Shades of Spectra #365A4F
Tints of Spectra #365A4F
RGB
CMYK
RGB Variations
Color information
#365A4F (or 0x365A4F) is known color: Spectra. HEX triplet: 36, 5A and 4F. RGB value is (54,90,79). Sum of RGB (Red+Green+Blue) = 54+90+79=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #365A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A4F is #C9A5B0. Grayscale: #4D4D4D. Windows color (decimal): -13215153 or 5200438. OLE color: 5200438.
HSL color Cylindrical-coordinate representation of color #365A4F: hue angle of 161.67º 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 #365A4F is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 90 | 79 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.65 |
| HSL | 161.67º | 0.25% | 0.28% | - |
| HSV(B) | 161.67º | 0.4% | 0.35% | - |
| XYZ | 6.59 | 8.66 | 8.72 | - |
| YUV | 77.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 79 | 0.40 | 0 | 0.12 | 0.65 | 161.67 | 0.25 | 0.28 |
| Hex | 36 | 5A | 4F | 28 | 0 | C | 41 | A2 | 19 | 1C |
| Octal | 66 | 132 | 117 | 50 | 0 | 14 | 101 | 242 | 31 | 34 |
| Binary | 110110 | 1011010 | 1001111 | 101000 | 0 | 1100 | 1000001 | 10100010 | 11001 | 11100 |
Color Harmonies of #365A4F
Complementary color
Monochromatic Colors of #365A4F
Black with #365A4F
Text Example
Text Example
White with #365A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365A4F; }
p { color: rgb(54,90,79); }
H1.HeaderClassName
{
color: #365A4F;
}
.AnyTagClassName
{
color: #365A4F;
}
</style>
background-color css
<style>
a { background-color: #365A4F; }
a { background-color: rgb(54,90,79); }
div.DivClassName
{
background-color: #365A4F;
}
.BgClassName
{
background-color: #365A4F;
}
</style>
border-color css
<style>
span { border-color: #365A4F; }
span { border-color: rgb(54,90,79); }
td.TdClassName
{
border-color: #365A4F;
}
.TagClassName
{
border-color: #365A4F;
}
</style>