Shades of Resolution Blue #304276
Tints of Resolution Blue #304276
RGB
CMYK
RGB Variations
Color information
#304276 (or 0x304276) is known color: Resolution Blue. HEX triplet: 30, 42 and 76. RGB value is (48,66,118). Sum of RGB (Red+Green+Blue) = 48+66+118=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #304276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304276 is #CFBD89. Grayscale: #424242. Windows color (decimal): -13614474 or 7750192. OLE color: 7750192.
HSL color Cylindrical-coordinate representation of color #304276: hue angle of 224.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304276 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 66 | 118 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.54 |
| HSL | 224.57º | 0.42% | 0.33% | - |
| HSV(B) | 224.57º | 0.59% | 0.46% | - |
| XYZ | 6.44 | 5.83 | 17.93 | - |
| YUV | 66.55 | 157.04 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 118 | 0.59 | 0.44 | 0 | 0.54 | 224.57 | 0.42 | 0.33 |
| Hex | 30 | 42 | 76 | 3B | 2C | 0 | 36 | E1 | 2A | 21 |
| Octal | 60 | 102 | 166 | 73 | 54 | 0 | 66 | 341 | 52 | 41 |
| Binary | 110000 | 1000010 | 1110110 | 111011 | 101100 | 0 | 110110 | 11100001 | 101010 | 100001 |
Color Harmonies of #304276
Complementary color
Monochromatic Colors of #304276
Black with #304276
Text Example
Text Example
White with #304276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304276; }
p { color: rgb(48,66,118); }
H1.HeaderClassName
{
color: #304276;
}
.AnyTagClassName
{
color: #304276;
}
</style>
background-color css
<style>
a { background-color: #304276; }
a { background-color: rgb(48,66,118); }
div.DivClassName
{
background-color: #304276;
}
.BgClassName
{
background-color: #304276;
}
</style>
border-color css
<style>
span { border-color: #304276; }
span { border-color: rgb(48,66,118); }
td.TdClassName
{
border-color: #304276;
}
.TagClassName
{
border-color: #304276;
}
</style>