Shades of Blumine #305A70
Tints of Blumine #305A70
RGB
CMYK
RGB Variations
Color information
#305A70 (or 0x305A70) is known color: Blumine. HEX triplet: 30, 5A and 70. RGB value is (48,90,112). Sum of RGB (Red+Green+Blue) = 48+90+112=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #305A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A70 is #CFA58F. Grayscale: #4F4F4F. Windows color (decimal): -13608336 or 7363120. OLE color: 7363120.
HSL color Cylindrical-coordinate representation of color #305A70: hue angle of 200.62º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #305A70 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 90 | 112 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.56 |
| HSL | 200.63º | 0.4% | 0.31% | - |
| HSV(B) | 200.63º | 0.57% | 0.44% | - |
| XYZ | 7.8 | 9.11 | 16.68 | - |
| YUV | 79.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 112 | 0.57 | 0.20 | 0 | 0.56 | 200.63 | 0.4 | 0.31 |
| Hex | 30 | 5A | 70 | 39 | 14 | 0 | 38 | C9 | 28 | 1F |
| Octal | 60 | 132 | 160 | 71 | 24 | 0 | 70 | 311 | 50 | 37 |
| Binary | 110000 | 1011010 | 1110000 | 111001 | 10100 | 0 | 111000 | 11001001 | 101000 | 11111 |
Color Harmonies of #305A70
Complementary color
Monochromatic Colors of #305A70
Black with #305A70
Text Example
Text Example
White with #305A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A70; }
p { color: rgb(48,90,112); }
H1.HeaderClassName
{
color: #305A70;
}
.AnyTagClassName
{
color: #305A70;
}
</style>
background-color css
<style>
a { background-color: #305A70; }
a { background-color: rgb(48,90,112); }
div.DivClassName
{
background-color: #305A70;
}
.BgClassName
{
background-color: #305A70;
}
</style>
border-color css
<style>
span { border-color: #305A70; }
span { border-color: rgb(48,90,112); }
td.TdClassName
{
border-color: #305A70;
}
.TagClassName
{
border-color: #305A70;
}
</style>