Shades of Torea Bay #383D71
Tints of Torea Bay #383D71
RGB
CMYK
RGB Variations
Color information
#383D71 (or 0x383D71) is known color: Torea Bay. HEX triplet: 38, 3D and 71. RGB value is (56,61,113). Sum of RGB (Red+Green+Blue) = 56+61+113=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #383D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D71 is #C7C28E. Grayscale: #414141. Windows color (decimal): -13091471 or 7421240. OLE color: 7421240.
HSL color Cylindrical-coordinate representation of color #383D71: hue angle of 234.74º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #383D71 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 61 | 113 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.56 |
| HSL | 234.74º | 0.34% | 0.33% | - |
| HSV(B) | 234.74º | 0.5% | 0.44% | - |
| XYZ | 6.28 | 5.37 | 16.33 | - |
| YUV | 65.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 113 | 0.50 | 0.46 | 0 | 0.56 | 234.74 | 0.34 | 0.33 |
| Hex | 38 | 3D | 71 | 32 | 2E | 0 | 38 | EB | 22 | 21 |
| Octal | 70 | 75 | 161 | 62 | 56 | 0 | 70 | 353 | 42 | 41 |
| Binary | 111000 | 111101 | 1110001 | 110010 | 101110 | 0 | 111000 | 11101011 | 100010 | 100001 |
Color Harmonies of #383D71
Complementary color
Monochromatic Colors of #383D71
Black with #383D71
Text Example
Text Example
White with #383D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D71; }
p { color: rgb(56,61,113); }
H1.HeaderClassName
{
color: #383D71;
}
.AnyTagClassName
{
color: #383D71;
}
</style>
background-color css
<style>
a { background-color: #383D71; }
a { background-color: rgb(56,61,113); }
div.DivClassName
{
background-color: #383D71;
}
.BgClassName
{
background-color: #383D71;
}
</style>
border-color css
<style>
span { border-color: #383D71; }
span { border-color: rgb(56,61,113); }
td.TdClassName
{
border-color: #383D71;
}
.TagClassName
{
border-color: #383D71;
}
</style>