Shades of Resolution Blue #304173
Tints of Resolution Blue #304173
RGB
CMYK
RGB Variations
Color information
#304173 (or 0x304173) is known color: Resolution Blue. HEX triplet: 30, 41 and 73. RGB value is (48,65,115). Sum of RGB (Red+Green+Blue) = 48+65+115=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #304173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304173 is #CFBE8C. Grayscale: #414141. Windows color (decimal): -13614733 or 7553328. OLE color: 7553328.
HSL color Cylindrical-coordinate representation of color #304173: hue angle of 224.78º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304173 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 65 | 115 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.55 |
| HSL | 224.78º | 0.41% | 0.32% | - |
| HSV(B) | 224.78º | 0.58% | 0.45% | - |
| XYZ | 6.2 | 5.65 | 16.98 | - |
| YUV | 65.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 115 | 0.58 | 0.43 | 0 | 0.55 | 224.78 | 0.41 | 0.32 |
| Hex | 30 | 41 | 73 | 3A | 2B | 0 | 37 | E1 | 29 | 20 |
| Octal | 60 | 101 | 163 | 72 | 53 | 0 | 67 | 341 | 51 | 40 |
| Binary | 110000 | 1000001 | 1110011 | 111010 | 101011 | 0 | 110111 | 11100001 | 101001 | 100000 |
Color Harmonies of #304173
Complementary color
Monochromatic Colors of #304173
Black with #304173
Text Example
Text Example
White with #304173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304173; }
p { color: rgb(48,65,115); }
H1.HeaderClassName
{
color: #304173;
}
.AnyTagClassName
{
color: #304173;
}
</style>
background-color css
<style>
a { background-color: #304173; }
a { background-color: rgb(48,65,115); }
div.DivClassName
{
background-color: #304173;
}
.BgClassName
{
background-color: #304173;
}
</style>
border-color css
<style>
span { border-color: #304173; }
span { border-color: rgb(48,65,115); }
td.TdClassName
{
border-color: #304173;
}
.TagClassName
{
border-color: #304173;
}
</style>