Shades of Torea Bay #363E70
Tints of Torea Bay #363E70
RGB
CMYK
RGB Variations
Color information
#363E70 (or 0x363E70) is known color: Torea Bay. HEX triplet: 36, 3E and 70. RGB value is (54,62,112). Sum of RGB (Red+Green+Blue) = 54+62+112=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #363E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E70 is #C9C18F. Grayscale: #414141. Windows color (decimal): -13222288 or 7355958. OLE color: 7355958.
HSL color Cylindrical-coordinate representation of color #363E70: hue angle of 231.72º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #363E70 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 62 | 112 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.56 |
| HSL | 231.72º | 0.35% | 0.33% | - |
| HSV(B) | 231.72º | 0.52% | 0.44% | - |
| XYZ | 6.17 | 5.4 | 16.05 | - |
| YUV | 65.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 112 | 0.52 | 0.45 | 0 | 0.56 | 231.72 | 0.35 | 0.33 |
| Hex | 36 | 3E | 70 | 34 | 2D | 0 | 38 | E8 | 23 | 21 |
| Octal | 66 | 76 | 160 | 64 | 55 | 0 | 70 | 350 | 43 | 41 |
| Binary | 110110 | 111110 | 1110000 | 110100 | 101101 | 0 | 111000 | 11101000 | 100011 | 100001 |
Color Harmonies of #363E70
Complementary color
Monochromatic Colors of #363E70
Black with #363E70
Text Example
Text Example
White with #363E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E70; }
p { color: rgb(54,62,112); }
H1.HeaderClassName
{
color: #363E70;
}
.AnyTagClassName
{
color: #363E70;
}
</style>
background-color css
<style>
a { background-color: #363E70; }
a { background-color: rgb(54,62,112); }
div.DivClassName
{
background-color: #363E70;
}
.BgClassName
{
background-color: #363E70;
}
</style>
border-color css
<style>
span { border-color: #363E70; }
span { border-color: rgb(54,62,112); }
td.TdClassName
{
border-color: #363E70;
}
.TagClassName
{
border-color: #363E70;
}
</style>