Shades of Spectra #305A4B
Tints of Spectra #305A4B
RGB
CMYK
RGB Variations
Color information
#305A4B (or 0x305A4B) is known color: Spectra. HEX triplet: 30, 5A and 4B. RGB value is (48,90,75). Sum of RGB (Red+Green+Blue) = 48+90+75=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #305A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A4B is #CFA5B4. Grayscale: #4B4B4B. Windows color (decimal): -13608373 or 4938288. OLE color: 4938288.
HSL color Cylindrical-coordinate representation of color #305A4B: hue angle of 158.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305A4B is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 90 | 75 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.65 |
| HSL | 158.57º | 0.3% | 0.27% | - |
| HSV(B) | 158.57º | 0.47% | 0.35% | - |
| XYZ | 6.15 | 8.45 | 7.96 | - |
| YUV | 75.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 75 | 0.47 | 0 | 0.17 | 0.65 | 158.57 | 0.3 | 0.27 |
| Hex | 30 | 5A | 4B | 2F | 0 | 11 | 41 | 9F | 1E | 1B |
| Octal | 60 | 132 | 113 | 57 | 0 | 21 | 101 | 237 | 36 | 33 |
| Binary | 110000 | 1011010 | 1001011 | 101111 | 0 | 10001 | 1000001 | 10011111 | 11110 | 11011 |
Color Harmonies of #305A4B
Complementary color
Monochromatic Colors of #305A4B
Black with #305A4B
Text Example
Text Example
White with #305A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A4B; }
p { color: rgb(48,90,75); }
H1.HeaderClassName
{
color: #305A4B;
}
.AnyTagClassName
{
color: #305A4B;
}
</style>
background-color css
<style>
a { background-color: #305A4B; }
a { background-color: rgb(48,90,75); }
div.DivClassName
{
background-color: #305A4B;
}
.BgClassName
{
background-color: #305A4B;
}
</style>
border-color css
<style>
span { border-color: #305A4B; }
span { border-color: rgb(48,90,75); }
td.TdClassName
{
border-color: #305A4B;
}
.TagClassName
{
border-color: #305A4B;
}
</style>