Shades of Astral #30758C
Tints of Astral #30758C
RGB
CMYK
RGB Variations
Color information
#30758C (or 0x30758C) is known color: Astral. HEX triplet: 30, 75 and 8C. RGB value is (48,117,140). Sum of RGB (Red+Green+Blue) = 48+117+140=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #30758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30758C is #CF8A73. Grayscale: #626262. Windows color (decimal): -13601396 or 9205040. OLE color: 9205040.
HSL color Cylindrical-coordinate representation of color #30758C: hue angle of 195º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30758C is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 48 | 117 | 140 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.45 |
| HSL | 195º | 0.49% | 0.37% | - |
| HSV(B) | 195º | 0.66% | 0.55% | - |
| XYZ | 12.31 | 15.24 | 27.1 | - |
| YUV | 98.99 | 151.14 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 140 | 0.66 | 0.16 | 0 | 0.45 | 195 | 0.49 | 0.37 |
| Hex | 30 | 75 | 8C | 42 | 10 | 0 | 2D | C3 | 31 | 25 |
| Octal | 60 | 165 | 214 | 102 | 20 | 0 | 55 | 303 | 61 | 45 |
| Binary | 110000 | 1110101 | 10001100 | 1000010 | 10000 | 0 | 101101 | 11000011 | 110001 | 100101 |
Color Harmonies of #30758C
Complementary color
Monochromatic Colors of #30758C
Black with #30758C
Text Example
Text Example
White with #30758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30758C; }
p { color: rgb(48,117,140); }
H1.HeaderClassName
{
color: #30758C;
}
.AnyTagClassName
{
color: #30758C;
}
</style>
background-color css
<style>
a { background-color: #30758C; }
a { background-color: rgb(48,117,140); }
div.DivClassName
{
background-color: #30758C;
}
.BgClassName
{
background-color: #30758C;
}
</style>
border-color css
<style>
span { border-color: #30758C; }
span { border-color: rgb(48,117,140); }
td.TdClassName
{
border-color: #30758C;
}
.TagClassName
{
border-color: #30758C;
}
</style>