Shades of Resolution Blue #30446C
Tints of Resolution Blue #30446C
RGB
CMYK
RGB Variations
Color information
#30446C (or 0x30446C) is known color: Resolution Blue. HEX triplet: 30, 44 and 6C. RGB value is (48,68,108). Sum of RGB (Red+Green+Blue) = 48+68+108=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #30446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30446C is #CFBB93. Grayscale: #424242. Windows color (decimal): -13613972 or 7095344. OLE color: 7095344.
HSL color Cylindrical-coordinate representation of color #30446C: hue angle of 220º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30446C is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 68 | 108 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.58 |
| HSL | 220º | 0.38% | 0.31% | - |
| HSV(B) | 220º | 0.56% | 0.42% | - |
| XYZ | 5.99 | 5.85 | 15 | - |
| YUV | 66.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 68 | 108 | 0.56 | 0.37 | 0 | 0.58 | 220 | 0.38 | 0.31 |
| Hex | 30 | 44 | 6C | 38 | 25 | 0 | 3A | DC | 26 | 1F |
| Octal | 60 | 104 | 154 | 70 | 45 | 0 | 72 | 334 | 46 | 37 |
| Binary | 110000 | 1000100 | 1101100 | 111000 | 100101 | 0 | 111010 | 11011100 | 100110 | 11111 |
Color Harmonies of #30446C
Complementary color
Monochromatic Colors of #30446C
Black with #30446C
Text Example
Text Example
White with #30446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30446C; }
p { color: rgb(48,68,108); }
H1.HeaderClassName
{
color: #30446C;
}
.AnyTagClassName
{
color: #30446C;
}
</style>
background-color css
<style>
a { background-color: #30446C; }
a { background-color: rgb(48,68,108); }
div.DivClassName
{
background-color: #30446C;
}
.BgClassName
{
background-color: #30446C;
}
</style>
border-color css
<style>
span { border-color: #30446C; }
span { border-color: rgb(48,68,108); }
td.TdClassName
{
border-color: #30446C;
}
.TagClassName
{
border-color: #30446C;
}
</style>