Shades of Resolution Blue #303F6C
Tints of Resolution Blue #303F6C
RGB
CMYK
RGB Variations
Color information
#303F6C (or 0x303F6C) is known color: Resolution Blue. HEX triplet: 30, 3F and 6C. RGB value is (48,63,108). Sum of RGB (Red+Green+Blue) = 48+63+108=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #303F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F6C is #CFC093. Grayscale: #3F3F3F. Windows color (decimal): -13615252 or 7094064. OLE color: 7094064.
HSL color Cylindrical-coordinate representation of color #303F6C: hue angle of 225º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #303F6C is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 63 | 108 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.58 |
| HSL | 225º | 0.38% | 0.31% | - |
| HSV(B) | 225º | 0.56% | 0.42% | - |
| XYZ | 5.7 | 5.27 | 14.9 | - |
| YUV | 63.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 108 | 0.56 | 0.42 | 0 | 0.58 | 225 | 0.38 | 0.31 |
| Hex | 30 | 3F | 6C | 38 | 2A | 0 | 3A | E1 | 26 | 1F |
| Octal | 60 | 77 | 154 | 70 | 52 | 0 | 72 | 341 | 46 | 37 |
| Binary | 110000 | 111111 | 1101100 | 111000 | 101010 | 0 | 111010 | 11100001 | 100110 | 11111 |
Color Harmonies of #303F6C
Complementary color
Monochromatic Colors of #303F6C
Black with #303F6C
Text Example
Text Example
White with #303F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F6C; }
p { color: rgb(48,63,108); }
H1.HeaderClassName
{
color: #303F6C;
}
.AnyTagClassName
{
color: #303F6C;
}
</style>
background-color css
<style>
a { background-color: #303F6C; }
a { background-color: rgb(48,63,108); }
div.DivClassName
{
background-color: #303F6C;
}
.BgClassName
{
background-color: #303F6C;
}
</style>
border-color css
<style>
span { border-color: #303F6C; }
span { border-color: rgb(48,63,108); }
td.TdClassName
{
border-color: #303F6C;
}
.TagClassName
{
border-color: #303F6C;
}
</style>