Shades of Torea Bay #383E77
Tints of Torea Bay #383E77
RGB
CMYK
RGB Variations
Color information
#383E77 (or 0x383E77) is known color: Torea Bay. HEX triplet: 38, 3E and 77. RGB value is (56,62,119). Sum of RGB (Red+Green+Blue) = 56+62+119=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #383E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E77 is #C7C188. Grayscale: #424242. Windows color (decimal): -13091209 or 7814712. OLE color: 7814712.
HSL color Cylindrical-coordinate representation of color #383E77: hue angle of 234.29º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #383E77 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 62 | 119 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.53 |
| HSL | 234.29º | 0.36% | 0.34% | - |
| HSV(B) | 234.29º | 0.53% | 0.47% | - |
| XYZ | 6.68 | 5.62 | 18.18 | - |
| YUV | 66.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 62 | 119 | 0.53 | 0.48 | 0 | 0.53 | 234.29 | 0.36 | 0.34 |
| Hex | 38 | 3E | 77 | 35 | 30 | 0 | 35 | EA | 24 | 22 |
| Octal | 70 | 76 | 167 | 65 | 60 | 0 | 65 | 352 | 44 | 42 |
| Binary | 111000 | 111110 | 1110111 | 110101 | 110000 | 0 | 110101 | 11101010 | 100100 | 100010 |
Color Harmonies of #383E77
Complementary color
Monochromatic Colors of #383E77
Black with #383E77
Text Example
Text Example
White with #383E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383E77; }
p { color: rgb(56,62,119); }
H1.HeaderClassName
{
color: #383E77;
}
.AnyTagClassName
{
color: #383E77;
}
</style>
background-color css
<style>
a { background-color: #383E77; }
a { background-color: rgb(56,62,119); }
div.DivClassName
{
background-color: #383E77;
}
.BgClassName
{
background-color: #383E77;
}
</style>
border-color css
<style>
span { border-color: #383E77; }
span { border-color: rgb(56,62,119); }
td.TdClassName
{
border-color: #383E77;
}
.TagClassName
{
border-color: #383E77;
}
</style>