Shades of Port Gore #3D486B
Tints of Port Gore #3D486B
RGB
CMYK
RGB Variations
Color information
#3D486B (or 0x3D486B) is known color: Port Gore. HEX triplet: 3D, 48 and 6B. RGB value is (61,72,107). Sum of RGB (Red+Green+Blue) = 61+72+107=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D486B is #C2B794. Grayscale: #484848. Windows color (decimal): -12760981 or 7030845. OLE color: 7030845.
HSL color Cylindrical-coordinate representation of color #3D486B: hue angle of 225.65º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D486B is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 72 | 107 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.58 |
| HSL | 225.65º | 0.27% | 0.33% | - |
| HSV(B) | 225.65º | 0.43% | 0.42% | - |
| XYZ | 6.9 | 6.69 | 14.84 | - |
| YUV | 72.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 107 | 0.43 | 0.33 | 0 | 0.58 | 225.65 | 0.27 | 0.33 |
| Hex | 3D | 48 | 6B | 2B | 21 | 0 | 3A | E2 | 1B | 21 |
| Octal | 75 | 110 | 153 | 53 | 41 | 0 | 72 | 342 | 33 | 41 |
| Binary | 111101 | 1001000 | 1101011 | 101011 | 100001 | 0 | 111010 | 11100010 | 11011 | 100001 |
Color Harmonies of #3D486B
Complementary color
Monochromatic Colors of #3D486B
Black with #3D486B
Text Example
Text Example
White with #3D486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D486B; }
p { color: rgb(61,72,107); }
H1.HeaderClassName
{
color: #3D486B;
}
.AnyTagClassName
{
color: #3D486B;
}
</style>
background-color css
<style>
a { background-color: #3D486B; }
a { background-color: rgb(61,72,107); }
div.DivClassName
{
background-color: #3D486B;
}
.BgClassName
{
background-color: #3D486B;
}
</style>
border-color css
<style>
span { border-color: #3D486B; }
span { border-color: rgb(61,72,107); }
td.TdClassName
{
border-color: #3D486B;
}
.TagClassName
{
border-color: #3D486B;
}
</style>