Shades of Torea Bay #363C70
Tints of Torea Bay #363C70
RGB
CMYK
RGB Variations
Color information
#363C70 (or 0x363C70) is known color: Torea Bay. HEX triplet: 36, 3C and 70. RGB value is (54,60,112). Sum of RGB (Red+Green+Blue) = 54+60+112=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #363C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C70 is #C9C38F. Grayscale: #3F3F3F. Windows color (decimal): -13222800 or 7355446. OLE color: 7355446.
HSL color Cylindrical-coordinate representation of color #363C70: hue angle of 233.79º 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 #363C70 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 60 | 112 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.56 |
| HSL | 233.79º | 0.35% | 0.33% | - |
| HSV(B) | 233.79º | 0.52% | 0.44% | - |
| XYZ | 6.06 | 5.19 | 16.01 | - |
| YUV | 64.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 112 | 0.52 | 0.46 | 0 | 0.56 | 233.79 | 0.35 | 0.33 |
| Hex | 36 | 3C | 70 | 34 | 2E | 0 | 38 | EA | 23 | 21 |
| Octal | 66 | 74 | 160 | 64 | 56 | 0 | 70 | 352 | 43 | 41 |
| Binary | 110110 | 111100 | 1110000 | 110100 | 101110 | 0 | 111000 | 11101010 | 100011 | 100001 |
Color Harmonies of #363C70
Complementary color
Monochromatic Colors of #363C70
Black with #363C70
Text Example
Text Example
White with #363C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C70; }
p { color: rgb(54,60,112); }
H1.HeaderClassName
{
color: #363C70;
}
.AnyTagClassName
{
color: #363C70;
}
</style>
background-color css
<style>
a { background-color: #363C70; }
a { background-color: rgb(54,60,112); }
div.DivClassName
{
background-color: #363C70;
}
.BgClassName
{
background-color: #363C70;
}
</style>
border-color css
<style>
span { border-color: #363C70; }
span { border-color: rgb(54,60,112); }
td.TdClassName
{
border-color: #363C70;
}
.TagClassName
{
border-color: #363C70;
}
</style>