Shades of Torea Bay #36407F
Tints of Torea Bay #36407F
RGB
CMYK
RGB Variations
Color information
#36407F (or 0x36407F) is known color: Torea Bay. HEX triplet: 36, 40 and 7F. RGB value is (54,64,127). Sum of RGB (Red+Green+Blue) = 54+64+127=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #36407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36407F is #C9BF80. Grayscale: #434343. Windows color (decimal): -13221761 or 8339510. OLE color: 8339510.
HSL color Cylindrical-coordinate representation of color #36407F: hue angle of 231.78º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36407F is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 64 | 127 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.50 |
| HSL | 231.78º | 0.4% | 0.35% | - |
| HSV(B) | 231.78º | 0.57% | 0.5% | - |
| XYZ | 7.19 | 5.98 | 20.85 | - |
| YUV | 68.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 127 | 0.57 | 0.50 | 0 | 0.50 | 231.78 | 0.4 | 0.35 |
| Hex | 36 | 40 | 7F | 39 | 32 | 0 | 32 | E8 | 28 | 23 |
| Octal | 66 | 100 | 177 | 71 | 62 | 0 | 62 | 350 | 50 | 43 |
| Binary | 110110 | 1000000 | 1111111 | 111001 | 110010 | 0 | 110010 | 11101000 | 101000 | 100011 |
Color Harmonies of #36407F
Complementary color
Monochromatic Colors of #36407F
Black with #36407F
Text Example
Text Example
White with #36407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36407F; }
p { color: rgb(54,64,127); }
H1.HeaderClassName
{
color: #36407F;
}
.AnyTagClassName
{
color: #36407F;
}
</style>
background-color css
<style>
a { background-color: #36407F; }
a { background-color: rgb(54,64,127); }
div.DivClassName
{
background-color: #36407F;
}
.BgClassName
{
background-color: #36407F;
}
</style>
border-color css
<style>
span { border-color: #36407F; }
span { border-color: rgb(54,64,127); }
td.TdClassName
{
border-color: #36407F;
}
.TagClassName
{
border-color: #36407F;
}
</style>