Shades of Resolution Blue #303D85
Tints of Resolution Blue #303D85
RGB
CMYK
RGB Variations
Color information
#303D85 (or 0x303D85) is known color: Resolution Blue. HEX triplet: 30, 3D and 85. RGB value is (48,61,133). Sum of RGB (Red+Green+Blue) = 48+61+133=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #303D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303D85 is #CFC27A. Grayscale: #414141. Windows color (decimal): -13615739 or 8731952. OLE color: 8731952.
HSL color Cylindrical-coordinate representation of color #303D85: hue angle of 230.82º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #303D85 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 61 | 133 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.48 |
| HSL | 230.82º | 0.47% | 0.35% | - |
| HSV(B) | 230.82º | 0.64% | 0.52% | - |
| XYZ | 7.12 | 5.66 | 22.91 | - |
| YUV | 65.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 133 | 0.64 | 0.54 | 0 | 0.48 | 230.82 | 0.47 | 0.35 |
| Hex | 30 | 3D | 85 | 40 | 36 | 0 | 30 | E7 | 2F | 23 |
| Octal | 60 | 75 | 205 | 100 | 66 | 0 | 60 | 347 | 57 | 43 |
| Binary | 110000 | 111101 | 10000101 | 1000000 | 110110 | 0 | 110000 | 11100111 | 101111 | 100011 |
Color Harmonies of #303D85
Complementary color
Monochromatic Colors of #303D85
Black with #303D85
Text Example
Text Example
White with #303D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D85; }
p { color: rgb(48,61,133); }
H1.HeaderClassName
{
color: #303D85;
}
.AnyTagClassName
{
color: #303D85;
}
</style>
background-color css
<style>
a { background-color: #303D85; }
a { background-color: rgb(48,61,133); }
div.DivClassName
{
background-color: #303D85;
}
.BgClassName
{
background-color: #303D85;
}
</style>
border-color css
<style>
span { border-color: #303D85; }
span { border-color: rgb(48,61,133); }
td.TdClassName
{
border-color: #303D85;
}
.TagClassName
{
border-color: #303D85;
}
</style>