Shades of Resolution Blue #30486F
Tints of Resolution Blue #30486F
RGB
CMYK
RGB Variations
Color information
#30486F (or 0x30486F) is known color: Resolution Blue. HEX triplet: 30, 48 and 6F. RGB value is (48,72,111). Sum of RGB (Red+Green+Blue) = 48+72+111=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #30486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30486F is #CFB790. Grayscale: #454545. Windows color (decimal): -13612945 or 7292976. OLE color: 7292976.
HSL color Cylindrical-coordinate representation of color #30486F: hue angle of 217.14º 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 #30486F is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 72 | 111 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.56 |
| HSL | 217.14º | 0.4% | 0.31% | - |
| HSV(B) | 217.14º | 0.57% | 0.44% | - |
| XYZ | 6.41 | 6.41 | 15.94 | - |
| YUV | 69.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 111 | 0.57 | 0.35 | 0 | 0.56 | 217.14 | 0.4 | 0.31 |
| Hex | 30 | 48 | 6F | 39 | 23 | 0 | 38 | D9 | 28 | 1F |
| Octal | 60 | 110 | 157 | 71 | 43 | 0 | 70 | 331 | 50 | 37 |
| Binary | 110000 | 1001000 | 1101111 | 111001 | 100011 | 0 | 111000 | 11011001 | 101000 | 11111 |
Color Harmonies of #30486F
Complementary color
Monochromatic Colors of #30486F
Black with #30486F
Text Example
Text Example
White with #30486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30486F; }
p { color: rgb(48,72,111); }
H1.HeaderClassName
{
color: #30486F;
}
.AnyTagClassName
{
color: #30486F;
}
</style>
background-color css
<style>
a { background-color: #30486F; }
a { background-color: rgb(48,72,111); }
div.DivClassName
{
background-color: #30486F;
}
.BgClassName
{
background-color: #30486F;
}
</style>
border-color css
<style>
span { border-color: #30486F; }
span { border-color: rgb(48,72,111); }
td.TdClassName
{
border-color: #30486F;
}
.TagClassName
{
border-color: #30486F;
}
</style>