Shades of Astral #306E7F
Tints of Astral #306E7F
RGB
CMYK
RGB Variations
Color information
#306E7F (or 0x306E7F) is known color: Astral. HEX triplet: 30, 6E and 7F. RGB value is (48,110,127). Sum of RGB (Red+Green+Blue) = 48+110+127=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #306E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306E7F is #CF9180. Grayscale: #5D5D5D. Windows color (decimal): -13603201 or 8351280. OLE color: 8351280.
HSL color Cylindrical-coordinate representation of color #306E7F: hue angle of 192.91º 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 #306E7F is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 110 | 127 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.50 |
| HSL | 192.91º | 0.45% | 0.34% | - |
| HSV(B) | 192.91º | 0.62% | 0.5% | - |
| XYZ | 10.63 | 13.31 | 22.09 | - |
| YUV | 93.4 | 146.96 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 110 | 127 | 0.62 | 0.13 | 0 | 0.50 | 192.91 | 0.45 | 0.34 |
| Hex | 30 | 6E | 7F | 3E | D | 0 | 32 | C1 | 2D | 22 |
| Octal | 60 | 156 | 177 | 76 | 15 | 0 | 62 | 301 | 55 | 42 |
| Binary | 110000 | 1101110 | 1111111 | 111110 | 1101 | 0 | 110010 | 11000001 | 101101 | 100010 |
Color Harmonies of #306E7F
Complementary color
Monochromatic Colors of #306E7F
Black with #306E7F
Text Example
Text Example
White with #306E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306E7F; }
p { color: rgb(48,110,127); }
H1.HeaderClassName
{
color: #306E7F;
}
.AnyTagClassName
{
color: #306E7F;
}
</style>
background-color css
<style>
a { background-color: #306E7F; }
a { background-color: rgb(48,110,127); }
div.DivClassName
{
background-color: #306E7F;
}
.BgClassName
{
background-color: #306E7F;
}
</style>
border-color css
<style>
span { border-color: #306E7F; }
span { border-color: rgb(48,110,127); }
td.TdClassName
{
border-color: #306E7F;
}
.TagClassName
{
border-color: #306E7F;
}
</style>