Shades of Spectra #365A4C
Tints of Spectra #365A4C
RGB
CMYK
RGB Variations
Color information
#365A4C (or 0x365A4C) is known color: Spectra. HEX triplet: 36, 5A and 4C. RGB value is (54,90,76). Sum of RGB (Red+Green+Blue) = 54+90+76=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #365A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A4C is #C9A5B3. Grayscale: #4D4D4D. Windows color (decimal): -13215156 or 5003830. OLE color: 5003830.
HSL color Cylindrical-coordinate representation of color #365A4C: hue angle of 156.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 #365A4C is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 90 | 76 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.65 |
| HSL | 156.67º | 0.25% | 0.28% | - |
| HSV(B) | 156.67º | 0.4% | 0.35% | - |
| XYZ | 6.48 | 8.62 | 8.16 | - |
| YUV | 77.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 76 | 0.40 | 0 | 0.16 | 0.65 | 156.67 | 0.25 | 0.28 |
| Hex | 36 | 5A | 4C | 28 | 0 | 10 | 41 | 9D | 19 | 1C |
| Octal | 66 | 132 | 114 | 50 | 0 | 20 | 101 | 235 | 31 | 34 |
| Binary | 110110 | 1011010 | 1001100 | 101000 | 0 | 10000 | 1000001 | 10011101 | 11001 | 11100 |
Color Harmonies of #365A4C
Complementary color
Monochromatic Colors of #365A4C
Black with #365A4C
Text Example
Text Example
White with #365A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365A4C; }
p { color: rgb(54,90,76); }
H1.HeaderClassName
{
color: #365A4C;
}
.AnyTagClassName
{
color: #365A4C;
}
</style>
background-color css
<style>
a { background-color: #365A4C; }
a { background-color: rgb(54,90,76); }
div.DivClassName
{
background-color: #365A4C;
}
.BgClassName
{
background-color: #365A4C;
}
</style>
border-color css
<style>
span { border-color: #365A4C; }
span { border-color: rgb(54,90,76); }
td.TdClassName
{
border-color: #365A4C;
}
.TagClassName
{
border-color: #365A4C;
}
</style>