Shades of Port Gore #363F6D
Tints of Port Gore #363F6D
RGB
CMYK
RGB Variations
Color information
#363F6D (or 0x363F6D) is known color: Port Gore. HEX triplet: 36, 3F and 6D. RGB value is (54,63,109). Sum of RGB (Red+Green+Blue) = 54+63+109=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #363F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F6D is #C9C092. Grayscale: #414141. Windows color (decimal): -13222035 or 7159606. OLE color: 7159606.
HSL color Cylindrical-coordinate representation of color #363F6D: hue angle of 230.18º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363F6D is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 63 | 109 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.57 |
| HSL | 230.18º | 0.34% | 0.32% | - |
| HSV(B) | 230.18º | 0.5% | 0.43% | - |
| XYZ | 6.06 | 5.44 | 15.2 | - |
| YUV | 65.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 109 | 0.50 | 0.42 | 0 | 0.57 | 230.18 | 0.34 | 0.32 |
| Hex | 36 | 3F | 6D | 32 | 2A | 0 | 39 | E6 | 22 | 20 |
| Octal | 66 | 77 | 155 | 62 | 52 | 0 | 71 | 346 | 42 | 40 |
| Binary | 110110 | 111111 | 1101101 | 110010 | 101010 | 0 | 111001 | 11100110 | 100010 | 100000 |
Color Harmonies of #363F6D
Complementary color
Monochromatic Colors of #363F6D
Black with #363F6D
Text Example
Text Example
White with #363F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F6D; }
p { color: rgb(54,63,109); }
H1.HeaderClassName
{
color: #363F6D;
}
.AnyTagClassName
{
color: #363F6D;
}
</style>
background-color css
<style>
a { background-color: #363F6D; }
a { background-color: rgb(54,63,109); }
div.DivClassName
{
background-color: #363F6D;
}
.BgClassName
{
background-color: #363F6D;
}
</style>
border-color css
<style>
span { border-color: #363F6D; }
span { border-color: rgb(54,63,109); }
td.TdClassName
{
border-color: #363F6D;
}
.TagClassName
{
border-color: #363F6D;
}
</style>