Shades of Resolution Blue #304474
Tints of Resolution Blue #304474
RGB
CMYK
RGB Variations
Color information
#304474 (or 0x304474) is known color: Resolution Blue. HEX triplet: 30, 44 and 74. RGB value is (48,68,116). Sum of RGB (Red+Green+Blue) = 48+68+116=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #304474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304474 is #CFBB8B. Grayscale: #434343. Windows color (decimal): -13613964 or 7619632. OLE color: 7619632.
HSL color Cylindrical-coordinate representation of color #304474: hue angle of 222.35º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304474 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 68 | 116 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.55 |
| HSL | 222.35º | 0.41% | 0.32% | - |
| HSV(B) | 222.35º | 0.59% | 0.45% | - |
| XYZ | 6.44 | 6.02 | 17.35 | - |
| YUV | 67.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 116 | 0.59 | 0.41 | 0 | 0.55 | 222.35 | 0.41 | 0.32 |
| Hex | 30 | 44 | 74 | 3B | 29 | 0 | 37 | DE | 29 | 20 |
| Octal | 60 | 104 | 164 | 73 | 51 | 0 | 67 | 336 | 51 | 40 |
| Binary | 110000 | 1000100 | 1110100 | 111011 | 101001 | 0 | 110111 | 11011110 | 101001 | 100000 |
Color Harmonies of #304474
Complementary color
Monochromatic Colors of #304474
Black with #304474
Text Example
Text Example
White with #304474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304474; }
p { color: rgb(48,68,116); }
H1.HeaderClassName
{
color: #304474;
}
.AnyTagClassName
{
color: #304474;
}
</style>
background-color css
<style>
a { background-color: #304474; }
a { background-color: rgb(48,68,116); }
div.DivClassName
{
background-color: #304474;
}
.BgClassName
{
background-color: #304474;
}
</style>
border-color css
<style>
span { border-color: #304474; }
span { border-color: rgb(48,68,116); }
td.TdClassName
{
border-color: #304474;
}
.TagClassName
{
border-color: #304474;
}
</style>