Shades of Resolution Blue #304375
Tints of Resolution Blue #304375
RGB
CMYK
RGB Variations
Color information
#304375 (or 0x304375) is known color: Resolution Blue. HEX triplet: 30, 43 and 75. RGB value is (48,67,117). Sum of RGB (Red+Green+Blue) = 48+67+117=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #304375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304375 is #CFBC8A. Grayscale: #424242. Windows color (decimal): -13614219 or 7684912. OLE color: 7684912.
HSL color Cylindrical-coordinate representation of color #304375: hue angle of 223.48º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304375 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 67 | 117 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.54 |
| HSL | 223.48º | 0.42% | 0.32% | - |
| HSV(B) | 223.48º | 0.59% | 0.46% | - |
| XYZ | 6.44 | 5.93 | 17.63 | - |
| YUV | 67.02 | 156.21 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 117 | 0.59 | 0.43 | 0 | 0.54 | 223.48 | 0.42 | 0.32 |
| Hex | 30 | 43 | 75 | 3B | 2B | 0 | 36 | DF | 2A | 20 |
| Octal | 60 | 103 | 165 | 73 | 53 | 0 | 66 | 337 | 52 | 40 |
| Binary | 110000 | 1000011 | 1110101 | 111011 | 101011 | 0 | 110110 | 11011111 | 101010 | 100000 |
Color Harmonies of #304375
Complementary color
Monochromatic Colors of #304375
Black with #304375
Text Example
Text Example
White with #304375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304375; }
p { color: rgb(48,67,117); }
H1.HeaderClassName
{
color: #304375;
}
.AnyTagClassName
{
color: #304375;
}
</style>
background-color css
<style>
a { background-color: #304375; }
a { background-color: rgb(48,67,117); }
div.DivClassName
{
background-color: #304375;
}
.BgClassName
{
background-color: #304375;
}
</style>
border-color css
<style>
span { border-color: #304375; }
span { border-color: rgb(48,67,117); }
td.TdClassName
{
border-color: #304375;
}
.TagClassName
{
border-color: #304375;
}
</style>