Shades of Resolution Blue #30436E
Tints of Resolution Blue #30436E
RGB
CMYK
RGB Variations
Color information
#30436E (or 0x30436E) is known color: Resolution Blue. HEX triplet: 30, 43 and 6E. RGB value is (48,67,110). Sum of RGB (Red+Green+Blue) = 48+67+110=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #30436E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30436E is #CFBC91. Grayscale: #424242. Windows color (decimal): -13614226 or 7226160. OLE color: 7226160.
HSL color Cylindrical-coordinate representation of color #30436E: hue angle of 221.61º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30436E is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 67 | 110 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.57 |
| HSL | 221.61º | 0.39% | 0.31% | - |
| HSV(B) | 221.61º | 0.56% | 0.43% | - |
| XYZ | 6.04 | 5.77 | 15.55 | - |
| YUV | 66.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 110 | 0.56 | 0.39 | 0 | 0.57 | 221.61 | 0.39 | 0.31 |
| Hex | 30 | 43 | 6E | 38 | 27 | 0 | 39 | DE | 27 | 1F |
| Octal | 60 | 103 | 156 | 70 | 47 | 0 | 71 | 336 | 47 | 37 |
| Binary | 110000 | 1000011 | 1101110 | 111000 | 100111 | 0 | 111001 | 11011110 | 100111 | 11111 |
Color Harmonies of #30436E
Complementary color
Monochromatic Colors of #30436E
Black with #30436E
Text Example
Text Example
White with #30436E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30436E; }
p { color: rgb(48,67,110); }
H1.HeaderClassName
{
color: #30436E;
}
.AnyTagClassName
{
color: #30436E;
}
</style>
background-color css
<style>
a { background-color: #30436E; }
a { background-color: rgb(48,67,110); }
div.DivClassName
{
background-color: #30436E;
}
.BgClassName
{
background-color: #30436E;
}
</style>
border-color css
<style>
span { border-color: #30436E; }
span { border-color: rgb(48,67,110); }
td.TdClassName
{
border-color: #30436E;
}
.TagClassName
{
border-color: #30436E;
}
</style>