Shades of Blue Zodiac #383C4F
Tints of Blue Zodiac #383C4F
RGB
CMYK
RGB Variations
Color information
#383C4F (or 0x383C4F) is known color: Blue Zodiac. HEX triplet: 38, 3C and 4F. RGB value is (56,60,79). Sum of RGB (Red+Green+Blue) = 56+60+79=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 79 - color contains mainly: blue. Hex color #383C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C4F is #C7C3B0. Grayscale: #3C3C3C. Windows color (decimal): -13091761 or 5192760. OLE color: 5192760.
HSL color Cylindrical-coordinate representation of color #383C4F: hue angle of 229.57º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #383C4F is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 60 | 79 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.69 |
| HSL | 229.57º | 0.17% | 0.26% | - |
| HSV(B) | 229.57º | 0.29% | 0.31% | - |
| XYZ | 4.66 | 4.64 | 8.05 | - |
| YUV | 60.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 79 | 0.29 | 0.24 | 0 | 0.69 | 229.57 | 0.17 | 0.26 |
| Hex | 38 | 3C | 4F | 1D | 18 | 0 | 45 | E6 | 11 | 1A |
| Octal | 70 | 74 | 117 | 35 | 30 | 0 | 105 | 346 | 21 | 32 |
| Binary | 111000 | 111100 | 1001111 | 11101 | 11000 | 0 | 1000101 | 11100110 | 10001 | 11010 |
Color Harmonies of #383C4F
Complementary color
Monochromatic Colors of #383C4F
Black with #383C4F
Text Example
Text Example
White with #383C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383C4F; }
p { color: rgb(56,60,79); }
H1.HeaderClassName
{
color: #383C4F;
}
.AnyTagClassName
{
color: #383C4F;
}
</style>
background-color css
<style>
a { background-color: #383C4F; }
a { background-color: rgb(56,60,79); }
div.DivClassName
{
background-color: #383C4F;
}
.BgClassName
{
background-color: #383C4F;
}
</style>
border-color css
<style>
span { border-color: #383C4F; }
span { border-color: rgb(56,60,79); }
td.TdClassName
{
border-color: #383C4F;
}
.TagClassName
{
border-color: #383C4F;
}
</style>