Shades of Torea Bay #383F77
Tints of Torea Bay #383F77
RGB
CMYK
RGB Variations
Color information
#383F77 (or 0x383F77) is known color: Torea Bay. HEX triplet: 38, 3F and 77. RGB value is (56,63,119). Sum of RGB (Red+Green+Blue) = 56+63+119=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #383F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F77 is #C7C088. Grayscale: #434343. Windows color (decimal): -13090953 or 7814968. OLE color: 7814968.
HSL color Cylindrical-coordinate representation of color #383F77: hue angle of 233.33º 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 #383F77 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 56 | 63 | 119 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.53 |
| HSL | 233.33º | 0.36% | 0.34% | - |
| HSV(B) | 233.33º | 0.53% | 0.47% | - |
| XYZ | 6.74 | 5.73 | 18.2 | - |
| YUV | 67.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 63 | 119 | 0.53 | 0.47 | 0 | 0.53 | 233.33 | 0.36 | 0.34 |
| Hex | 38 | 3F | 77 | 35 | 2F | 0 | 35 | E9 | 24 | 22 |
| Octal | 70 | 77 | 167 | 65 | 57 | 0 | 65 | 351 | 44 | 42 |
| Binary | 111000 | 111111 | 1110111 | 110101 | 101111 | 0 | 110101 | 11101001 | 100100 | 100010 |
Color Harmonies of #383F77
Complementary color
Monochromatic Colors of #383F77
Black with #383F77
Text Example
Text Example
White with #383F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383F77; }
p { color: rgb(56,63,119); }
H1.HeaderClassName
{
color: #383F77;
}
.AnyTagClassName
{
color: #383F77;
}
</style>
background-color css
<style>
a { background-color: #383F77; }
a { background-color: rgb(56,63,119); }
div.DivClassName
{
background-color: #383F77;
}
.BgClassName
{
background-color: #383F77;
}
</style>
border-color css
<style>
span { border-color: #383F77; }
span { border-color: rgb(56,63,119); }
td.TdClassName
{
border-color: #383F77;
}
.TagClassName
{
border-color: #383F77;
}
</style>