Shades of Blue Zodiac #383E55
Tints of Blue Zodiac #383E55
RGB
CMYK
RGB Variations
Color information
#383E55 (or 0x383E55) is known color: Blue Zodiac. HEX triplet: 38, 3E and 55. RGB value is (56,62,85). Sum of RGB (Red+Green+Blue) = 56+62+85=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #383E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E55 is #C7C1AA. Grayscale: #3E3E3E. Windows color (decimal): -13091243 or 5586488. OLE color: 5586488.
HSL color Cylindrical-coordinate representation of color #383E55: hue angle of 227.59º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #383E55 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 62 | 85 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.67 |
| HSL | 227.59º | 0.21% | 0.28% | - |
| HSV(B) | 227.59º | 0.34% | 0.33% | - |
| XYZ | 4.99 | 4.94 | 9.29 | - |
| YUV | 62.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 85 | 0.34 | 0.27 | 0 | 0.67 | 227.59 | 0.21 | 0.28 |
| Hex | 38 | 3E | 55 | 22 | 1B | 0 | 43 | E4 | 15 | 1C |
| Octal | 70 | 76 | 125 | 42 | 33 | 0 | 103 | 344 | 25 | 34 |
| Binary | 111000 | 111110 | 1010101 | 100010 | 11011 | 0 | 1000011 | 11100100 | 10101 | 11100 |
Color Harmonies of #383E55
Complementary color
Monochromatic Colors of #383E55
Black with #383E55
Text Example
Text Example
White with #383E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E55; }
p { color: rgb(56,62,85); }
H1.HeaderClassName
{
color: #383E55;
}
.AnyTagClassName
{
color: #383E55;
}
</style>
background-color css
<style>
a { background-color: #383E55; }
a { background-color: rgb(56,62,85); }
div.DivClassName
{
background-color: #383E55;
}
.BgClassName
{
background-color: #383E55;
}
</style>
border-color css
<style>
span { border-color: #383E55; }
span { border-color: rgb(56,62,85); }
td.TdClassName
{
border-color: #383E55;
}
.TagClassName
{
border-color: #383E55;
}
</style>