Shades of Resolution Blue #30437F
Tints of Resolution Blue #30437F
RGB
CMYK
RGB Variations
Color information
#30437F (or 0x30437F) is known color: Resolution Blue. HEX triplet: 30, 43 and 7F. RGB value is (48,67,127). Sum of RGB (Red+Green+Blue) = 48+67+127=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #30437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30437F is #CFBC80. Grayscale: #434343. Windows color (decimal): -13614209 or 8340272. OLE color: 8340272.
HSL color Cylindrical-coordinate representation of color #30437F: hue angle of 225.57º 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 #30437F is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 67 | 127 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.50 |
| HSL | 225.57º | 0.45% | 0.34% | - |
| HSV(B) | 225.57º | 0.62% | 0.5% | - |
| XYZ | 7.06 | 6.17 | 20.9 | - |
| YUV | 68.16 | 161.21 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 127 | 0.62 | 0.47 | 0 | 0.50 | 225.57 | 0.45 | 0.34 |
| Hex | 30 | 43 | 7F | 3E | 2F | 0 | 32 | E2 | 2D | 22 |
| Octal | 60 | 103 | 177 | 76 | 57 | 0 | 62 | 342 | 55 | 42 |
| Binary | 110000 | 1000011 | 1111111 | 111110 | 101111 | 0 | 110010 | 11100010 | 101101 | 100010 |
Color Harmonies of #30437F
Complementary color
Monochromatic Colors of #30437F
Black with #30437F
Text Example
Text Example
White with #30437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30437F; }
p { color: rgb(48,67,127); }
H1.HeaderClassName
{
color: #30437F;
}
.AnyTagClassName
{
color: #30437F;
}
</style>
background-color css
<style>
a { background-color: #30437F; }
a { background-color: rgb(48,67,127); }
div.DivClassName
{
background-color: #30437F;
}
.BgClassName
{
background-color: #30437F;
}
</style>
border-color css
<style>
span { border-color: #30437F; }
span { border-color: rgb(48,67,127); }
td.TdClassName
{
border-color: #30437F;
}
.TagClassName
{
border-color: #30437F;
}
</style>