Shades of Blue Zodiac #383F52
Tints of Blue Zodiac #383F52
RGB
CMYK
RGB Variations
Color information
#383F52 (or 0x383F52) is known color: Blue Zodiac. HEX triplet: 38, 3F and 52. RGB value is (56,63,82). Sum of RGB (Red+Green+Blue) = 56+63+82=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #383F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F52 is #C7C0AD. Grayscale: #3E3E3E. Windows color (decimal): -13090990 or 5390136. OLE color: 5390136.
HSL color Cylindrical-coordinate representation of color #383F52: hue angle of 223.85º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #383F52 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 63 | 82 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.68 |
| HSL | 223.85º | 0.19% | 0.27% | - |
| HSV(B) | 223.85º | 0.32% | 0.32% | - |
| XYZ | 4.93 | 5 | 8.69 | - |
| YUV | 63.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 82 | 0.32 | 0.23 | 0 | 0.68 | 223.85 | 0.19 | 0.27 |
| Hex | 38 | 3F | 52 | 20 | 17 | 0 | 44 | E0 | 13 | 1B |
| Octal | 70 | 77 | 122 | 40 | 27 | 0 | 104 | 340 | 23 | 33 |
| Binary | 111000 | 111111 | 1010010 | 100000 | 10111 | 0 | 1000100 | 11100000 | 10011 | 11011 |
Color Harmonies of #383F52
Complementary color
Monochromatic Colors of #383F52
Black with #383F52
Text Example
Text Example
White with #383F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F52; }
p { color: rgb(56,63,82); }
H1.HeaderClassName
{
color: #383F52;
}
.AnyTagClassName
{
color: #383F52;
}
</style>
background-color css
<style>
a { background-color: #383F52; }
a { background-color: rgb(56,63,82); }
div.DivClassName
{
background-color: #383F52;
}
.BgClassName
{
background-color: #383F52;
}
</style>
border-color css
<style>
span { border-color: #383F52; }
span { border-color: rgb(56,63,82); }
td.TdClassName
{
border-color: #383F52;
}
.TagClassName
{
border-color: #383F52;
}
</style>