Shades of Port Gore #363F6C
Tints of Port Gore #363F6C
RGB
CMYK
RGB Variations
Color information
#363F6C (or 0x363F6C) is known color: Port Gore. HEX triplet: 36, 3F and 6C. RGB value is (54,63,108). Sum of RGB (Red+Green+Blue) = 54+63+108=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #363F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F6C is #C9C093. Grayscale: #414141. Windows color (decimal): -13222036 or 7094070. OLE color: 7094070.
HSL color Cylindrical-coordinate representation of color #363F6C: hue angle of 230º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363F6C is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 63 | 108 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.58 |
| HSL | 230º | 0.33% | 0.32% | - |
| HSV(B) | 230º | 0.5% | 0.42% | - |
| XYZ | 6.01 | 5.42 | 14.92 | - |
| YUV | 65.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 108 | 0.50 | 0.42 | 0 | 0.58 | 230 | 0.33 | 0.32 |
| Hex | 36 | 3F | 6C | 32 | 2A | 0 | 3A | E6 | 21 | 20 |
| Octal | 66 | 77 | 154 | 62 | 52 | 0 | 72 | 346 | 41 | 40 |
| Binary | 110110 | 111111 | 1101100 | 110010 | 101010 | 0 | 111010 | 11100110 | 100001 | 100000 |
Color Harmonies of #363F6C
Complementary color
Monochromatic Colors of #363F6C
Black with #363F6C
Text Example
Text Example
White with #363F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F6C; }
p { color: rgb(54,63,108); }
H1.HeaderClassName
{
color: #363F6C;
}
.AnyTagClassName
{
color: #363F6C;
}
</style>
background-color css
<style>
a { background-color: #363F6C; }
a { background-color: rgb(54,63,108); }
div.DivClassName
{
background-color: #363F6C;
}
.BgClassName
{
background-color: #363F6C;
}
</style>
border-color css
<style>
span { border-color: #363F6C; }
span { border-color: rgb(54,63,108); }
td.TdClassName
{
border-color: #363F6C;
}
.TagClassName
{
border-color: #363F6C;
}
</style>