Shades of Torea Bay #363F70
Tints of Torea Bay #363F70
RGB
CMYK
RGB Variations
Color information
#363F70 (or 0x363F70) is known color: Torea Bay. HEX triplet: 36, 3F and 70. RGB value is (54,63,112). Sum of RGB (Red+Green+Blue) = 54+63+112=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #363F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F70 is #C9C08F. Grayscale: #414141. Windows color (decimal): -13222032 or 7356214. OLE color: 7356214.
HSL color Cylindrical-coordinate representation of color #363F70: hue angle of 230.69º 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 #363F70 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 63 | 112 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.56 |
| HSL | 230.69º | 0.35% | 0.33% | - |
| HSV(B) | 230.69º | 0.52% | 0.44% | - |
| XYZ | 6.22 | 5.51 | 16.06 | - |
| YUV | 65.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 112 | 0.52 | 0.44 | 0 | 0.56 | 230.69 | 0.35 | 0.33 |
| Hex | 36 | 3F | 70 | 34 | 2C | 0 | 38 | E7 | 23 | 21 |
| Octal | 66 | 77 | 160 | 64 | 54 | 0 | 70 | 347 | 43 | 41 |
| Binary | 110110 | 111111 | 1110000 | 110100 | 101100 | 0 | 111000 | 11100111 | 100011 | 100001 |
Color Harmonies of #363F70
Complementary color
Monochromatic Colors of #363F70
Black with #363F70
Text Example
Text Example
White with #363F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F70; }
p { color: rgb(54,63,112); }
H1.HeaderClassName
{
color: #363F70;
}
.AnyTagClassName
{
color: #363F70;
}
</style>
background-color css
<style>
a { background-color: #363F70; }
a { background-color: rgb(54,63,112); }
div.DivClassName
{
background-color: #363F70;
}
.BgClassName
{
background-color: #363F70;
}
</style>
border-color css
<style>
span { border-color: #363F70; }
span { border-color: rgb(54,63,112); }
td.TdClassName
{
border-color: #363F70;
}
.TagClassName
{
border-color: #363F70;
}
</style>