Shades of Resolution Blue #304281
Tints of Resolution Blue #304281
RGB
CMYK
RGB Variations
Color information
#304281 (or 0x304281) is known color: Resolution Blue. HEX triplet: 30, 42 and 81. RGB value is (48,66,129). Sum of RGB (Red+Green+Blue) = 48+66+129=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #304281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304281 is #CFBD7E. Grayscale: #434343. Windows color (decimal): -13614463 or 8471088. OLE color: 8471088.
HSL color Cylindrical-coordinate representation of color #304281: hue angle of 226.67º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #304281 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 66 | 129 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.49 |
| HSL | 226.67º | 0.46% | 0.35% | - |
| HSV(B) | 226.67º | 0.63% | 0.51% | - |
| XYZ | 7.13 | 6.11 | 21.57 | - |
| YUV | 67.8 | 162.54 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 129 | 0.63 | 0.49 | 0 | 0.49 | 226.67 | 0.46 | 0.35 |
| Hex | 30 | 42 | 81 | 3F | 31 | 0 | 31 | E3 | 2E | 23 |
| Octal | 60 | 102 | 201 | 77 | 61 | 0 | 61 | 343 | 56 | 43 |
| Binary | 110000 | 1000010 | 10000001 | 111111 | 110001 | 0 | 110001 | 11100011 | 101110 | 100011 |
Color Harmonies of #304281
Complementary color
Monochromatic Colors of #304281
Black with #304281
Text Example
Text Example
White with #304281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304281; }
p { color: rgb(48,66,129); }
H1.HeaderClassName
{
color: #304281;
}
.AnyTagClassName
{
color: #304281;
}
</style>
background-color css
<style>
a { background-color: #304281; }
a { background-color: rgb(48,66,129); }
div.DivClassName
{
background-color: #304281;
}
.BgClassName
{
background-color: #304281;
}
</style>
border-color css
<style>
span { border-color: #304281; }
span { border-color: rgb(48,66,129); }
td.TdClassName
{
border-color: #304281;
}
.TagClassName
{
border-color: #304281;
}
</style>