Shades of Astral #306F7F
Tints of Astral #306F7F
RGB
CMYK
RGB Variations
Color information
#306F7F (or 0x306F7F) is known color: Astral. HEX triplet: 30, 6F and 7F. RGB value is (48,111,127). Sum of RGB (Red+Green+Blue) = 48+111+127=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #306F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F7F is #CF9080. Grayscale: #5D5D5D. Windows color (decimal): -13602945 or 8351536. OLE color: 8351536.
HSL color Cylindrical-coordinate representation of color #306F7F: hue angle of 192.15º 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 #306F7F is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 111 | 127 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.50 |
| HSL | 192.15º | 0.45% | 0.34% | - |
| HSV(B) | 192.15º | 0.62% | 0.5% | - |
| XYZ | 10.73 | 13.53 | 22.12 | - |
| YUV | 93.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 127 | 0.62 | 0.13 | 0 | 0.50 | 192.15 | 0.45 | 0.34 |
| Hex | 30 | 6F | 7F | 3E | D | 0 | 32 | C0 | 2D | 22 |
| Octal | 60 | 157 | 177 | 76 | 15 | 0 | 62 | 300 | 55 | 42 |
| Binary | 110000 | 1101111 | 1111111 | 111110 | 1101 | 0 | 110010 | 11000000 | 101101 | 100010 |
Color Harmonies of #306F7F
Complementary color
Monochromatic Colors of #306F7F
Black with #306F7F
Text Example
Text Example
White with #306F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F7F; }
p { color: rgb(48,111,127); }
H1.HeaderClassName
{
color: #306F7F;
}
.AnyTagClassName
{
color: #306F7F;
}
</style>
background-color css
<style>
a { background-color: #306F7F; }
a { background-color: rgb(48,111,127); }
div.DivClassName
{
background-color: #306F7F;
}
.BgClassName
{
background-color: #306F7F;
}
</style>
border-color css
<style>
span { border-color: #306F7F; }
span { border-color: rgb(48,111,127); }
td.TdClassName
{
border-color: #306F7F;
}
.TagClassName
{
border-color: #306F7F;
}
</style>