Shades of Blue Zodiac #383F51
Tints of Blue Zodiac #383F51
RGB
CMYK
RGB Variations
Color information
#383F51 (or 0x383F51) is known color: Blue Zodiac. HEX triplet: 38, 3F and 51. RGB value is (56,63,81). Sum of RGB (Red+Green+Blue) = 56+63+81=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #383F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F51 is #C7C0AE. Grayscale: #3E3E3E. Windows color (decimal): -13090991 or 5324600. OLE color: 5324600.
HSL color Cylindrical-coordinate representation of color #383F51: hue angle of 223.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #383F51 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 63 | 81 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.68 |
| HSL | 223.2º | 0.18% | 0.27% | - |
| HSV(B) | 223.2º | 0.31% | 0.32% | - |
| XYZ | 4.89 | 4.99 | 8.49 | - |
| YUV | 62.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 81 | 0.31 | 0.22 | 0 | 0.68 | 223.2 | 0.18 | 0.27 |
| Hex | 38 | 3F | 51 | 1F | 16 | 0 | 44 | DF | 12 | 1B |
| Octal | 70 | 77 | 121 | 37 | 26 | 0 | 104 | 337 | 22 | 33 |
| Binary | 111000 | 111111 | 1010001 | 11111 | 10110 | 0 | 1000100 | 11011111 | 10010 | 11011 |
Color Harmonies of #383F51
Complementary color
Monochromatic Colors of #383F51
Black with #383F51
Text Example
Text Example
White with #383F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F51; }
p { color: rgb(56,63,81); }
H1.HeaderClassName
{
color: #383F51;
}
.AnyTagClassName
{
color: #383F51;
}
</style>
background-color css
<style>
a { background-color: #383F51; }
a { background-color: rgb(56,63,81); }
div.DivClassName
{
background-color: #383F51;
}
.BgClassName
{
background-color: #383F51;
}
</style>
border-color css
<style>
span { border-color: #383F51; }
span { border-color: rgb(56,63,81); }
td.TdClassName
{
border-color: #383F51;
}
.TagClassName
{
border-color: #383F51;
}
</style>