Shades of Resolution Blue #384375
Tints of Resolution Blue #384375
RGB
CMYK
RGB Variations
Color information
#384375 (or 0x384375) is known color: Resolution Blue. HEX triplet: 38, 43 and 75. RGB value is (56,67,117). Sum of RGB (Red+Green+Blue) = 56+67+117=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #384375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384375 is #C7BC8A. Grayscale: #454545. Windows color (decimal): -13089931 or 7684920. OLE color: 7684920.
HSL color Cylindrical-coordinate representation of color #384375: hue angle of 229.18º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #384375 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 67 | 117 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.54 |
| HSL | 229.18º | 0.35% | 0.34% | - |
| HSV(B) | 229.18º | 0.52% | 0.46% | - |
| XYZ | 6.85 | 6.14 | 17.65 | - |
| YUV | 69.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 117 | 0.52 | 0.43 | 0 | 0.54 | 229.18 | 0.35 | 0.34 |
| Hex | 38 | 43 | 75 | 34 | 2B | 0 | 36 | E5 | 23 | 22 |
| Octal | 70 | 103 | 165 | 64 | 53 | 0 | 66 | 345 | 43 | 42 |
| Binary | 111000 | 1000011 | 1110101 | 110100 | 101011 | 0 | 110110 | 11100101 | 100011 | 100010 |
Color Harmonies of #384375
Complementary color
Monochromatic Colors of #384375
Black with #384375
Text Example
Text Example
White with #384375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384375; }
p { color: rgb(56,67,117); }
H1.HeaderClassName
{
color: #384375;
}
.AnyTagClassName
{
color: #384375;
}
</style>
background-color css
<style>
a { background-color: #384375; }
a { background-color: rgb(56,67,117); }
div.DivClassName
{
background-color: #384375;
}
.BgClassName
{
background-color: #384375;
}
</style>
border-color css
<style>
span { border-color: #384375; }
span { border-color: rgb(56,67,117); }
td.TdClassName
{
border-color: #384375;
}
.TagClassName
{
border-color: #384375;
}
</style>