Shades of Torea Bay #38417D
Tints of Torea Bay #38417D
RGB
CMYK
RGB Variations
Color information
#38417D (or 0x38417D) is known color: Torea Bay. HEX triplet: 38, 41 and 7D. RGB value is (56,65,125). Sum of RGB (Red+Green+Blue) = 56+65+125=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #38417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38417D is #C7BE82. Grayscale: #444444. Windows color (decimal): -13090435 or 8208696. OLE color: 8208696.
HSL color Cylindrical-coordinate representation of color #38417D: hue angle of 232.17º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38417D is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 65 | 125 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.51 |
| HSL | 232.17º | 0.38% | 0.35% | - |
| HSV(B) | 232.17º | 0.55% | 0.49% | - |
| XYZ | 7.22 | 6.1 | 20.2 | - |
| YUV | 69.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 125 | 0.55 | 0.48 | 0 | 0.51 | 232.17 | 0.38 | 0.35 |
| Hex | 38 | 41 | 7D | 37 | 30 | 0 | 33 | E8 | 26 | 23 |
| Octal | 70 | 101 | 175 | 67 | 60 | 0 | 63 | 350 | 46 | 43 |
| Binary | 111000 | 1000001 | 1111101 | 110111 | 110000 | 0 | 110011 | 11101000 | 100110 | 100011 |
Color Harmonies of #38417D
Complementary color
Monochromatic Colors of #38417D
Black with #38417D
Text Example
Text Example
White with #38417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38417D; }
p { color: rgb(56,65,125); }
H1.HeaderClassName
{
color: #38417D;
}
.AnyTagClassName
{
color: #38417D;
}
</style>
background-color css
<style>
a { background-color: #38417D; }
a { background-color: rgb(56,65,125); }
div.DivClassName
{
background-color: #38417D;
}
.BgClassName
{
background-color: #38417D;
}
</style>
border-color css
<style>
span { border-color: #38417D; }
span { border-color: rgb(56,65,125); }
td.TdClassName
{
border-color: #38417D;
}
.TagClassName
{
border-color: #38417D;
}
</style>