Shades of Blue Zodiac #383E50
Tints of Blue Zodiac #383E50
RGB
CMYK
RGB Variations
Color information
#383E50 (or 0x383E50) is known color: Blue Zodiac. HEX triplet: 38, 3E and 50. RGB value is (56,62,80). Sum of RGB (Red+Green+Blue) = 56+62+80=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #383E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E50 is #C7C1AF. Grayscale: #3E3E3E. Windows color (decimal): -13091248 or 5258808. OLE color: 5258808.
HSL color Cylindrical-coordinate representation of color #383E50: hue angle of 225º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #383E50 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 62 | 80 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.69 |
| HSL | 225º | 0.18% | 0.27% | - |
| HSV(B) | 225º | 0.3% | 0.31% | - |
| XYZ | 4.8 | 4.87 | 8.28 | - |
| YUV | 62.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 80 | 0.30 | 0.22 | 0 | 0.69 | 225 | 0.18 | 0.27 |
| Hex | 38 | 3E | 50 | 1E | 16 | 0 | 45 | E1 | 12 | 1B |
| Octal | 70 | 76 | 120 | 36 | 26 | 0 | 105 | 341 | 22 | 33 |
| Binary | 111000 | 111110 | 1010000 | 11110 | 10110 | 0 | 1000101 | 11100001 | 10010 | 11011 |
Color Harmonies of #383E50
Complementary color
Monochromatic Colors of #383E50
Black with #383E50
Text Example
Text Example
White with #383E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E50; }
p { color: rgb(56,62,80); }
H1.HeaderClassName
{
color: #383E50;
}
.AnyTagClassName
{
color: #383E50;
}
</style>
background-color css
<style>
a { background-color: #383E50; }
a { background-color: rgb(56,62,80); }
div.DivClassName
{
background-color: #383E50;
}
.BgClassName
{
background-color: #383E50;
}
</style>
border-color css
<style>
span { border-color: #383E50; }
span { border-color: rgb(56,62,80); }
td.TdClassName
{
border-color: #383E50;
}
.TagClassName
{
border-color: #383E50;
}
</style>