Shades of Resolution Blue #30457D
Tints of Resolution Blue #30457D
RGB
CMYK
RGB Variations
Color information
#30457D (or 0x30457D) is known color: Resolution Blue. HEX triplet: 30, 45 and 7D. RGB value is (48,69,125). Sum of RGB (Red+Green+Blue) = 48+69+125=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #30457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30457D is #CFBA82. Grayscale: #444444. Windows color (decimal): -13613699 or 8209712. OLE color: 8209712.
HSL color Cylindrical-coordinate representation of color #30457D: hue angle of 223.64º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30457D is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 69 | 125 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.51 |
| HSL | 223.64º | 0.45% | 0.34% | - |
| HSV(B) | 223.64º | 0.62% | 0.49% | - |
| XYZ | 7.05 | 6.37 | 20.26 | - |
| YUV | 69.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 125 | 0.62 | 0.45 | 0 | 0.51 | 223.64 | 0.45 | 0.34 |
| Hex | 30 | 45 | 7D | 3E | 2D | 0 | 33 | E0 | 2D | 22 |
| Octal | 60 | 105 | 175 | 76 | 55 | 0 | 63 | 340 | 55 | 42 |
| Binary | 110000 | 1000101 | 1111101 | 111110 | 101101 | 0 | 110011 | 11100000 | 101101 | 100010 |
Color Harmonies of #30457D
Complementary color
Monochromatic Colors of #30457D
Black with #30457D
Text Example
Text Example
White with #30457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30457D; }
p { color: rgb(48,69,125); }
H1.HeaderClassName
{
color: #30457D;
}
.AnyTagClassName
{
color: #30457D;
}
</style>
background-color css
<style>
a { background-color: #30457D; }
a { background-color: rgb(48,69,125); }
div.DivClassName
{
background-color: #30457D;
}
.BgClassName
{
background-color: #30457D;
}
</style>
border-color css
<style>
span { border-color: #30457D; }
span { border-color: rgb(48,69,125); }
td.TdClassName
{
border-color: #30457D;
}
.TagClassName
{
border-color: #30457D;
}
</style>