Shades of Torea Bay #383D6D
Tints of Torea Bay #383D6D
RGB
CMYK
RGB Variations
Color information
#383D6D (or 0x383D6D) is known color: Torea Bay. HEX triplet: 38, 3D and 6D. RGB value is (56,61,109). Sum of RGB (Red+Green+Blue) = 56+61+109=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #383D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D6D is #C7C292. Grayscale: #404040. Windows color (decimal): -13091475 or 7159096. OLE color: 7159096.
HSL color Cylindrical-coordinate representation of color #383D6D: hue angle of 234.34º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #383D6D is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 61 | 109 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.57 |
| HSL | 234.34º | 0.32% | 0.32% | - |
| HSV(B) | 234.34º | 0.49% | 0.43% | - |
| XYZ | 6.06 | 5.28 | 15.17 | - |
| YUV | 64.98 | 152.84 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 109 | 0.49 | 0.44 | 0 | 0.57 | 234.34 | 0.32 | 0.32 |
| Hex | 38 | 3D | 6D | 31 | 2C | 0 | 39 | EA | 20 | 20 |
| Octal | 70 | 75 | 155 | 61 | 54 | 0 | 71 | 352 | 40 | 40 |
| Binary | 111000 | 111101 | 1101101 | 110001 | 101100 | 0 | 111001 | 11101010 | 100000 | 100000 |
Color Harmonies of #383D6D
Complementary color
Monochromatic Colors of #383D6D
Black with #383D6D
Text Example
Text Example
White with #383D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D6D; }
p { color: rgb(56,61,109); }
H1.HeaderClassName
{
color: #383D6D;
}
.AnyTagClassName
{
color: #383D6D;
}
</style>
background-color css
<style>
a { background-color: #383D6D; }
a { background-color: rgb(56,61,109); }
div.DivClassName
{
background-color: #383D6D;
}
.BgClassName
{
background-color: #383D6D;
}
</style>
border-color css
<style>
span { border-color: #383D6D; }
span { border-color: rgb(56,61,109); }
td.TdClassName
{
border-color: #383D6D;
}
.TagClassName
{
border-color: #383D6D;
}
</style>