Shades of Blue Zodiac #383D50
Tints of Blue Zodiac #383D50
RGB
CMYK
RGB Variations
Color information
#383D50 (or 0x383D50) is known color: Blue Zodiac. HEX triplet: 38, 3D and 50. RGB value is (56,61,80). Sum of RGB (Red+Green+Blue) = 56+61+80=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #383D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D50 is #C7C2AF. Grayscale: #3D3D3D. Windows color (decimal): -13091504 or 5258552. OLE color: 5258552.
HSL color Cylindrical-coordinate representation of color #383D50: hue angle of 227.5º 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 #383D50 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 61 | 80 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.69 |
| HSL | 227.5º | 0.18% | 0.27% | - |
| HSV(B) | 227.5º | 0.3% | 0.31% | - |
| XYZ | 4.75 | 4.76 | 8.26 | - |
| YUV | 61.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 80 | 0.30 | 0.24 | 0 | 0.69 | 227.5 | 0.18 | 0.27 |
| Hex | 38 | 3D | 50 | 1E | 18 | 0 | 45 | E4 | 12 | 1B |
| Octal | 70 | 75 | 120 | 36 | 30 | 0 | 105 | 344 | 22 | 33 |
| Binary | 111000 | 111101 | 1010000 | 11110 | 11000 | 0 | 1000101 | 11100100 | 10010 | 11011 |
Color Harmonies of #383D50
Complementary color
Monochromatic Colors of #383D50
Black with #383D50
Text Example
Text Example
White with #383D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D50; }
p { color: rgb(56,61,80); }
H1.HeaderClassName
{
color: #383D50;
}
.AnyTagClassName
{
color: #383D50;
}
</style>
background-color css
<style>
a { background-color: #383D50; }
a { background-color: rgb(56,61,80); }
div.DivClassName
{
background-color: #383D50;
}
.BgClassName
{
background-color: #383D50;
}
</style>
border-color css
<style>
span { border-color: #383D50; }
span { border-color: rgb(56,61,80); }
td.TdClassName
{
border-color: #383D50;
}
.TagClassName
{
border-color: #383D50;
}
</style>