Shades of Resolution Blue #303D7F
Tints of Resolution Blue #303D7F
RGB
CMYK
RGB Variations
Color information
#303D7F (or 0x303D7F) is known color: Resolution Blue. HEX triplet: 30, 3D and 7F. RGB value is (48,61,127). Sum of RGB (Red+Green+Blue) = 48+61+127=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #303D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D7F is #CFC280. Grayscale: #404040. Windows color (decimal): -13615745 or 8338736. OLE color: 8338736.
HSL color Cylindrical-coordinate representation of color #303D7F: hue angle of 230.13º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #303D7F is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 61 | 127 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.50 |
| HSL | 230.13º | 0.45% | 0.34% | - |
| HSV(B) | 230.13º | 0.62% | 0.5% | - |
| XYZ | 6.72 | 5.5 | 20.79 | - |
| YUV | 64.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 127 | 0.62 | 0.52 | 0 | 0.50 | 230.13 | 0.45 | 0.34 |
| Hex | 30 | 3D | 7F | 3E | 34 | 0 | 32 | E6 | 2D | 22 |
| Octal | 60 | 75 | 177 | 76 | 64 | 0 | 62 | 346 | 55 | 42 |
| Binary | 110000 | 111101 | 1111111 | 111110 | 110100 | 0 | 110010 | 11100110 | 101101 | 100010 |
Color Harmonies of #303D7F
Complementary color
Monochromatic Colors of #303D7F
Black with #303D7F
Text Example
Text Example
White with #303D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D7F; }
p { color: rgb(48,61,127); }
H1.HeaderClassName
{
color: #303D7F;
}
.AnyTagClassName
{
color: #303D7F;
}
</style>
background-color css
<style>
a { background-color: #303D7F; }
a { background-color: rgb(48,61,127); }
div.DivClassName
{
background-color: #303D7F;
}
.BgClassName
{
background-color: #303D7F;
}
</style>
border-color css
<style>
span { border-color: #303D7F; }
span { border-color: rgb(48,61,127); }
td.TdClassName
{
border-color: #303D7F;
}
.TagClassName
{
border-color: #303D7F;
}
</style>