Shades of Astral #306D7F
Tints of Astral #306D7F
RGB
CMYK
RGB Variations
Color information
#306D7F (or 0x306D7F) is known color: Astral. HEX triplet: 30, 6D and 7F. RGB value is (48,109,127). Sum of RGB (Red+Green+Blue) = 48+109+127=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #306D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D7F is #CF9280. Grayscale: #5C5C5C. Windows color (decimal): -13603457 or 8351024. OLE color: 8351024.
HSL color Cylindrical-coordinate representation of color #306D7F: hue angle of 193.67º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #306D7F is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 109 | 127 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.50 |
| HSL | 193.67º | 0.45% | 0.34% | - |
| HSV(B) | 193.67º | 0.62% | 0.5% | - |
| XYZ | 10.52 | 13.1 | 22.05 | - |
| YUV | 92.81 | 147.29 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 127 | 0.62 | 0.14 | 0 | 0.50 | 193.67 | 0.45 | 0.34 |
| Hex | 30 | 6D | 7F | 3E | E | 0 | 32 | C2 | 2D | 22 |
| Octal | 60 | 155 | 177 | 76 | 16 | 0 | 62 | 302 | 55 | 42 |
| Binary | 110000 | 1101101 | 1111111 | 111110 | 1110 | 0 | 110010 | 11000010 | 101101 | 100010 |
Color Harmonies of #306D7F
Complementary color
Monochromatic Colors of #306D7F
Black with #306D7F
Text Example
Text Example
White with #306D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306D7F; }
p { color: rgb(48,109,127); }
H1.HeaderClassName
{
color: #306D7F;
}
.AnyTagClassName
{
color: #306D7F;
}
</style>
background-color css
<style>
a { background-color: #306D7F; }
a { background-color: rgb(48,109,127); }
div.DivClassName
{
background-color: #306D7F;
}
.BgClassName
{
background-color: #306D7F;
}
</style>
border-color css
<style>
span { border-color: #306D7F; }
span { border-color: rgb(48,109,127); }
td.TdClassName
{
border-color: #306D7F;
}
.TagClassName
{
border-color: #306D7F;
}
</style>