Shades of Baltic Sea #383E45
Tints of Baltic Sea #383E45
RGB
CMYK
RGB Variations
Color information
#383E45 (or 0x383E45) is known color: Baltic Sea. HEX triplet: 38, 3E and 45. RGB value is (56,62,69). Sum of RGB (Red+Green+Blue) = 56+62+69=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 69 - color contains mainly: blue. Hex color #383E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E45 is #C7C1BA. Grayscale: #3C3C3C. Windows color (decimal): -13091259 or 4537912. OLE color: 4537912.
HSL color Cylindrical-coordinate representation of color #383E45: hue angle of 212.31º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #383E45 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 62 | 69 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.73 |
| HSL | 212.31º | 0.1% | 0.25% | - |
| HSV(B) | 212.31º | 0.19% | 0.27% | - |
| XYZ | 4.43 | 4.72 | 6.31 | - |
| YUV | 61 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 69 | 0.19 | 0.10 | 0 | 0.73 | 212.31 | 0.1 | 0.25 |
| Hex | 38 | 3E | 45 | 13 | A | 0 | 49 | D4 | A | 19 |
| Octal | 70 | 76 | 105 | 23 | 12 | 0 | 111 | 324 | 12 | 31 |
| Binary | 111000 | 111110 | 1000101 | 10011 | 1010 | 0 | 1001001 | 11010100 | 1010 | 11001 |
Color Harmonies of #383E45
Complementary color
Monochromatic Colors of #383E45
Black with #383E45
Text Example
Text Example
White with #383E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E45; }
p { color: rgb(56,62,69); }
H1.HeaderClassName
{
color: #383E45;
}
.AnyTagClassName
{
color: #383E45;
}
</style>
background-color css
<style>
a { background-color: #383E45; }
a { background-color: rgb(56,62,69); }
div.DivClassName
{
background-color: #383E45;
}
.BgClassName
{
background-color: #383E45;
}
</style>
border-color css
<style>
span { border-color: #383E45; }
span { border-color: rgb(56,62,69); }
td.TdClassName
{
border-color: #383E45;
}
.TagClassName
{
border-color: #383E45;
}
</style>