Shades of Torea Bay #363A70
Tints of Torea Bay #363A70
RGB
CMYK
RGB Variations
Color information
#363A70 (or 0x363A70) is known color: Torea Bay. HEX triplet: 36, 3A and 70. RGB value is (54,58,112). Sum of RGB (Red+Green+Blue) = 54+58+112=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #363A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A70 is #C9C58F. Grayscale: #3E3E3E. Windows color (decimal): -13223312 or 7354934. OLE color: 7354934.
HSL color Cylindrical-coordinate representation of color #363A70: hue angle of 235.86º 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 #363A70 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 58 | 112 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.56 |
| HSL | 235.86º | 0.35% | 0.33% | - |
| HSV(B) | 235.86º | 0.52% | 0.44% | - |
| XYZ | 5.96 | 4.98 | 15.98 | - |
| YUV | 62.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 112 | 0.52 | 0.48 | 0 | 0.56 | 235.86 | 0.35 | 0.33 |
| Hex | 36 | 3A | 70 | 34 | 30 | 0 | 38 | EC | 23 | 21 |
| Octal | 66 | 72 | 160 | 64 | 60 | 0 | 70 | 354 | 43 | 41 |
| Binary | 110110 | 111010 | 1110000 | 110100 | 110000 | 0 | 111000 | 11101100 | 100011 | 100001 |
Color Harmonies of #363A70
Complementary color
Monochromatic Colors of #363A70
Black with #363A70
Text Example
Text Example
White with #363A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A70; }
p { color: rgb(54,58,112); }
H1.HeaderClassName
{
color: #363A70;
}
.AnyTagClassName
{
color: #363A70;
}
</style>
background-color css
<style>
a { background-color: #363A70; }
a { background-color: rgb(54,58,112); }
div.DivClassName
{
background-color: #363A70;
}
.BgClassName
{
background-color: #363A70;
}
</style>
border-color css
<style>
span { border-color: #363A70; }
span { border-color: rgb(54,58,112); }
td.TdClassName
{
border-color: #363A70;
}
.TagClassName
{
border-color: #363A70;
}
</style>