Shades of Resolution Blue #38447C
Tints of Resolution Blue #38447C
RGB
CMYK
RGB Variations
Color information
#38447C (or 0x38447C) is known color: Resolution Blue. HEX triplet: 38, 44 and 7C. RGB value is (56,68,124). Sum of RGB (Red+Green+Blue) = 56+68+124=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #38447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38447C is #C7BB83. Grayscale: #464646. Windows color (decimal): -13089668 or 8143928. OLE color: 8143928.
HSL color Cylindrical-coordinate representation of color #38447C: hue angle of 229.41º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38447C is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 68 | 124 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.51 |
| HSL | 229.41º | 0.38% | 0.35% | - |
| HSV(B) | 229.41º | 0.55% | 0.49% | - |
| XYZ | 7.34 | 6.43 | 19.92 | - |
| YUV | 70.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 124 | 0.55 | 0.45 | 0 | 0.51 | 229.41 | 0.38 | 0.35 |
| Hex | 38 | 44 | 7C | 37 | 2D | 0 | 33 | E5 | 26 | 23 |
| Octal | 70 | 104 | 174 | 67 | 55 | 0 | 63 | 345 | 46 | 43 |
| Binary | 111000 | 1000100 | 1111100 | 110111 | 101101 | 0 | 110011 | 11100101 | 100110 | 100011 |
Color Harmonies of #38447C
Complementary color
Monochromatic Colors of #38447C
Black with #38447C
Text Example
Text Example
White with #38447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38447C; }
p { color: rgb(56,68,124); }
H1.HeaderClassName
{
color: #38447C;
}
.AnyTagClassName
{
color: #38447C;
}
</style>
background-color css
<style>
a { background-color: #38447C; }
a { background-color: rgb(56,68,124); }
div.DivClassName
{
background-color: #38447C;
}
.BgClassName
{
background-color: #38447C;
}
</style>
border-color css
<style>
span { border-color: #38447C; }
span { border-color: rgb(56,68,124); }
td.TdClassName
{
border-color: #38447C;
}
.TagClassName
{
border-color: #38447C;
}
</style>