Shades of Resolution Blue #384580
Tints of Resolution Blue #384580
RGB
CMYK
RGB Variations
Color information
#384580 (or 0x384580) is known color: Resolution Blue. HEX triplet: 38, 45 and 80. RGB value is (56,69,128). Sum of RGB (Red+Green+Blue) = 56+69+128=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #384580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384580 is #C7BA7F. Grayscale: #474747. Windows color (decimal): -13089408 or 8406328. OLE color: 8406328.
HSL color Cylindrical-coordinate representation of color #384580: hue angle of 229.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #384580 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 69 | 128 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.50 |
| HSL | 229.17º | 0.39% | 0.36% | - |
| HSV(B) | 229.17º | 0.56% | 0.5% | - |
| XYZ | 7.66 | 6.66 | 21.3 | - |
| YUV | 71.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 128 | 0.56 | 0.46 | 0 | 0.50 | 229.17 | 0.39 | 0.36 |
| Hex | 38 | 45 | 80 | 38 | 2E | 0 | 32 | E5 | 27 | 24 |
| Octal | 70 | 105 | 200 | 70 | 56 | 0 | 62 | 345 | 47 | 44 |
| Binary | 111000 | 1000101 | 10000000 | 111000 | 101110 | 0 | 110010 | 11100101 | 100111 | 100100 |
Color Harmonies of #384580
Complementary color
Monochromatic Colors of #384580
Black with #384580
Text Example
Text Example
White with #384580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384580; }
p { color: rgb(56,69,128); }
H1.HeaderClassName
{
color: #384580;
}
.AnyTagClassName
{
color: #384580;
}
</style>
background-color css
<style>
a { background-color: #384580; }
a { background-color: rgb(56,69,128); }
div.DivClassName
{
background-color: #384580;
}
.BgClassName
{
background-color: #384580;
}
</style>
border-color css
<style>
span { border-color: #384580; }
span { border-color: rgb(56,69,128); }
td.TdClassName
{
border-color: #384580;
}
.TagClassName
{
border-color: #384580;
}
</style>