Shades of Torea Bay #363F72
Tints of Torea Bay #363F72
RGB
CMYK
RGB Variations
Color information
#363F72 (or 0x363F72) is known color: Torea Bay. HEX triplet: 36, 3F and 72. RGB value is (54,63,114). Sum of RGB (Red+Green+Blue) = 54+63+114=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #363F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F72 is #C9C08D. Grayscale: #414141. Windows color (decimal): -13222030 or 7487286. OLE color: 7487286.
HSL color Cylindrical-coordinate representation of color #363F72: hue angle of 231º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #363F72 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 63 | 114 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.55 |
| HSL | 231º | 0.36% | 0.33% | - |
| HSV(B) | 231º | 0.53% | 0.45% | - |
| XYZ | 6.34 | 5.55 | 16.66 | - |
| YUV | 66.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 114 | 0.53 | 0.45 | 0 | 0.55 | 231 | 0.36 | 0.33 |
| Hex | 36 | 3F | 72 | 35 | 2D | 0 | 37 | E7 | 24 | 21 |
| Octal | 66 | 77 | 162 | 65 | 55 | 0 | 67 | 347 | 44 | 41 |
| Binary | 110110 | 111111 | 1110010 | 110101 | 101101 | 0 | 110111 | 11100111 | 100100 | 100001 |
Color Harmonies of #363F72
Complementary color
Monochromatic Colors of #363F72
Black with #363F72
Text Example
Text Example
White with #363F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F72; }
p { color: rgb(54,63,114); }
H1.HeaderClassName
{
color: #363F72;
}
.AnyTagClassName
{
color: #363F72;
}
</style>
background-color css
<style>
a { background-color: #363F72; }
a { background-color: rgb(54,63,114); }
div.DivClassName
{
background-color: #363F72;
}
.BgClassName
{
background-color: #363F72;
}
</style>
border-color css
<style>
span { border-color: #363F72; }
span { border-color: rgb(54,63,114); }
td.TdClassName
{
border-color: #363F72;
}
.TagClassName
{
border-color: #363F72;
}
</style>