Shades of Torea Bay #363F7D
Tints of Torea Bay #363F7D
RGB
CMYK
RGB Variations
Color information
#363F7D (or 0x363F7D) is known color: Torea Bay. HEX triplet: 36, 3F and 7D. RGB value is (54,63,125). Sum of RGB (Red+Green+Blue) = 54+63+125=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #363F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F7D is #C9C082. Grayscale: #434343. Windows color (decimal): -13222019 or 8208182. OLE color: 8208182.
HSL color Cylindrical-coordinate representation of color #363F7D: hue angle of 232.39º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #363F7D is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 63 | 125 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.51 |
| HSL | 232.39º | 0.4% | 0.35% | - |
| HSV(B) | 232.39º | 0.57% | 0.49% | - |
| XYZ | 7 | 5.82 | 20.16 | - |
| YUV | 67.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 125 | 0.57 | 0.50 | 0 | 0.51 | 232.39 | 0.4 | 0.35 |
| Hex | 36 | 3F | 7D | 39 | 32 | 0 | 33 | E8 | 28 | 23 |
| Octal | 66 | 77 | 175 | 71 | 62 | 0 | 63 | 350 | 50 | 43 |
| Binary | 110110 | 111111 | 1111101 | 111001 | 110010 | 0 | 110011 | 11101000 | 101000 | 100011 |
Color Harmonies of #363F7D
Complementary color
Monochromatic Colors of #363F7D
Black with #363F7D
Text Example
Text Example
White with #363F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F7D; }
p { color: rgb(54,63,125); }
H1.HeaderClassName
{
color: #363F7D;
}
.AnyTagClassName
{
color: #363F7D;
}
</style>
background-color css
<style>
a { background-color: #363F7D; }
a { background-color: rgb(54,63,125); }
div.DivClassName
{
background-color: #363F7D;
}
.BgClassName
{
background-color: #363F7D;
}
</style>
border-color css
<style>
span { border-color: #363F7D; }
span { border-color: rgb(54,63,125); }
td.TdClassName
{
border-color: #363F7D;
}
.TagClassName
{
border-color: #363F7D;
}
</style>