Shades of Resolution Blue #384378
Tints of Resolution Blue #384378
RGB
CMYK
RGB Variations
Color information
#384378 (or 0x384378) is known color: Resolution Blue. HEX triplet: 38, 43 and 78. RGB value is (56,67,120). Sum of RGB (Red+Green+Blue) = 56+67+120=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #384378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384378 is #C7BC87. Grayscale: #454545. Windows color (decimal): -13089928 or 7881528. OLE color: 7881528.
HSL color Cylindrical-coordinate representation of color #384378: hue angle of 229.69º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384378 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 67 | 120 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.53 |
| HSL | 229.69º | 0.36% | 0.35% | - |
| HSV(B) | 229.69º | 0.53% | 0.47% | - |
| XYZ | 7.03 | 6.21 | 18.6 | - |
| YUV | 69.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 120 | 0.53 | 0.44 | 0 | 0.53 | 229.69 | 0.36 | 0.35 |
| Hex | 38 | 43 | 78 | 35 | 2C | 0 | 35 | E6 | 24 | 23 |
| Octal | 70 | 103 | 170 | 65 | 54 | 0 | 65 | 346 | 44 | 43 |
| Binary | 111000 | 1000011 | 1111000 | 110101 | 101100 | 0 | 110101 | 11100110 | 100100 | 100011 |
Color Harmonies of #384378
Complementary color
Monochromatic Colors of #384378
Black with #384378
Text Example
Text Example
White with #384378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384378; }
p { color: rgb(56,67,120); }
H1.HeaderClassName
{
color: #384378;
}
.AnyTagClassName
{
color: #384378;
}
</style>
background-color css
<style>
a { background-color: #384378; }
a { background-color: rgb(56,67,120); }
div.DivClassName
{
background-color: #384378;
}
.BgClassName
{
background-color: #384378;
}
</style>
border-color css
<style>
span { border-color: #384378; }
span { border-color: rgb(56,67,120); }
td.TdClassName
{
border-color: #384378;
}
.TagClassName
{
border-color: #384378;
}
</style>