Shades of Port Gore #3D416B
Tints of Port Gore #3D416B
RGB
CMYK
RGB Variations
Color information
#3D416B (or 0x3D416B) is known color: Port Gore. HEX triplet: 3D, 41 and 6B. RGB value is (61,65,107). Sum of RGB (Red+Green+Blue) = 61+65+107=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D416B is #C2BE94. Grayscale: #444444. Windows color (decimal): -12762773 or 7029053. OLE color: 7029053.
HSL color Cylindrical-coordinate representation of color #3D416B: hue angle of 234.78º 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 #3D416B is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 65 | 107 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.58 |
| HSL | 234.78º | 0.27% | 0.33% | - |
| HSV(B) | 234.78º | 0.43% | 0.42% | - |
| XYZ | 6.47 | 5.83 | 14.7 | - |
| YUV | 68.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 107 | 0.43 | 0.39 | 0 | 0.58 | 234.78 | 0.27 | 0.33 |
| Hex | 3D | 41 | 6B | 2B | 27 | 0 | 3A | EB | 1B | 21 |
| Octal | 75 | 101 | 153 | 53 | 47 | 0 | 72 | 353 | 33 | 41 |
| Binary | 111101 | 1000001 | 1101011 | 101011 | 100111 | 0 | 111010 | 11101011 | 11011 | 100001 |
Color Harmonies of #3D416B
Complementary color
Monochromatic Colors of #3D416B
Black with #3D416B
Text Example
Text Example
White with #3D416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D416B; }
p { color: rgb(61,65,107); }
H1.HeaderClassName
{
color: #3D416B;
}
.AnyTagClassName
{
color: #3D416B;
}
</style>
background-color css
<style>
a { background-color: #3D416B; }
a { background-color: rgb(61,65,107); }
div.DivClassName
{
background-color: #3D416B;
}
.BgClassName
{
background-color: #3D416B;
}
</style>
border-color css
<style>
span { border-color: #3D416B; }
span { border-color: rgb(61,65,107); }
td.TdClassName
{
border-color: #3D416B;
}
.TagClassName
{
border-color: #3D416B;
}
</style>