Shades of Torea Bay #39437C
Tints of Torea Bay #39437C
RGB
CMYK
RGB Variations
Color information
#39437C (or 0x39437C) is known color: Torea Bay. HEX triplet: 39, 43 and 7C. RGB value is (57,67,124). Sum of RGB (Red+Green+Blue) = 57+67+124=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #39437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39437C is #C6BC83. Grayscale: #464646. Windows color (decimal): -13024388 or 8143673. OLE color: 8143673.
HSL color Cylindrical-coordinate representation of color #39437C: hue angle of 231.04º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39437C is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 67 | 124 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.51 |
| HSL | 231.04º | 0.37% | 0.35% | - |
| HSV(B) | 231.04º | 0.54% | 0.49% | - |
| XYZ | 7.33 | 6.34 | 19.91 | - |
| YUV | 70.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 67 | 124 | 0.54 | 0.46 | 0 | 0.51 | 231.04 | 0.37 | 0.35 |
| Hex | 39 | 43 | 7C | 36 | 2E | 0 | 33 | E7 | 25 | 23 |
| Octal | 71 | 103 | 174 | 66 | 56 | 0 | 63 | 347 | 45 | 43 |
| Binary | 111001 | 1000011 | 1111100 | 110110 | 101110 | 0 | 110011 | 11100111 | 100101 | 100011 |
Color Harmonies of #39437C
Complementary color
Monochromatic Colors of #39437C
Black with #39437C
Text Example
Text Example
White with #39437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39437C; }
p { color: rgb(57,67,124); }
H1.HeaderClassName
{
color: #39437C;
}
.AnyTagClassName
{
color: #39437C;
}
</style>
background-color css
<style>
a { background-color: #39437C; }
a { background-color: rgb(57,67,124); }
div.DivClassName
{
background-color: #39437C;
}
.BgClassName
{
background-color: #39437C;
}
</style>
border-color css
<style>
span { border-color: #39437C; }
span { border-color: rgb(57,67,124); }
td.TdClassName
{
border-color: #39437C;
}
.TagClassName
{
border-color: #39437C;
}
</style>