Shades of Resolution Blue #303D78
Tints of Resolution Blue #303D78
RGB
CMYK
RGB Variations
Color information
#303D78 (or 0x303D78) is known color: Resolution Blue. HEX triplet: 30, 3D and 78. RGB value is (48,61,120). Sum of RGB (Red+Green+Blue) = 48+61+120=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #303D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D78 is #CFC287. Grayscale: #3F3F3F. Windows color (decimal): -13615752 or 7879984. OLE color: 7879984.
HSL color Cylindrical-coordinate representation of color #303D78: hue angle of 229.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #303D78 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 61 | 120 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.53 |
| HSL | 229.17º | 0.43% | 0.33% | - |
| HSV(B) | 229.17º | 0.6% | 0.47% | - |
| XYZ | 6.28 | 5.32 | 18.47 | - |
| YUV | 63.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 120 | 0.60 | 0.49 | 0 | 0.53 | 229.17 | 0.43 | 0.33 |
| Hex | 30 | 3D | 78 | 3C | 31 | 0 | 35 | E5 | 2B | 21 |
| Octal | 60 | 75 | 170 | 74 | 61 | 0 | 65 | 345 | 53 | 41 |
| Binary | 110000 | 111101 | 1111000 | 111100 | 110001 | 0 | 110101 | 11100101 | 101011 | 100001 |
Color Harmonies of #303D78
Complementary color
Monochromatic Colors of #303D78
Black with #303D78
Text Example
Text Example
White with #303D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D78; }
p { color: rgb(48,61,120); }
H1.HeaderClassName
{
color: #303D78;
}
.AnyTagClassName
{
color: #303D78;
}
</style>
background-color css
<style>
a { background-color: #303D78; }
a { background-color: rgb(48,61,120); }
div.DivClassName
{
background-color: #303D78;
}
.BgClassName
{
background-color: #303D78;
}
</style>
border-color css
<style>
span { border-color: #303D78; }
span { border-color: rgb(48,61,120); }
td.TdClassName
{
border-color: #303D78;
}
.TagClassName
{
border-color: #303D78;
}
</style>