Shades of Port Gore #3D426B
Tints of Port Gore #3D426B
RGB
CMYK
RGB Variations
Color information
#3D426B (or 0x3D426B) is known color: Port Gore. HEX triplet: 3D, 42 and 6B. RGB value is (61,66,107). Sum of RGB (Red+Green+Blue) = 61+66+107=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D426B is #C2BD94. Grayscale: #454545. Windows color (decimal): -12762517 or 7029309. OLE color: 7029309.
HSL color Cylindrical-coordinate representation of color #3D426B: hue angle of 233.48º 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 #3D426B is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 66 | 107 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.58 |
| HSL | 233.48º | 0.27% | 0.33% | - |
| HSV(B) | 233.48º | 0.43% | 0.42% | - |
| XYZ | 6.53 | 5.95 | 14.71 | - |
| YUV | 69.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 107 | 0.43 | 0.38 | 0 | 0.58 | 233.48 | 0.27 | 0.33 |
| Hex | 3D | 42 | 6B | 2B | 26 | 0 | 3A | E9 | 1B | 21 |
| Octal | 75 | 102 | 153 | 53 | 46 | 0 | 72 | 351 | 33 | 41 |
| Binary | 111101 | 1000010 | 1101011 | 101011 | 100110 | 0 | 111010 | 11101001 | 11011 | 100001 |
Color Harmonies of #3D426B
Complementary color
Monochromatic Colors of #3D426B
Black with #3D426B
Text Example
Text Example
White with #3D426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D426B; }
p { color: rgb(61,66,107); }
H1.HeaderClassName
{
color: #3D426B;
}
.AnyTagClassName
{
color: #3D426B;
}
</style>
background-color css
<style>
a { background-color: #3D426B; }
a { background-color: rgb(61,66,107); }
div.DivClassName
{
background-color: #3D426B;
}
.BgClassName
{
background-color: #3D426B;
}
</style>
border-color css
<style>
span { border-color: #3D426B; }
span { border-color: rgb(61,66,107); }
td.TdClassName
{
border-color: #3D426B;
}
.TagClassName
{
border-color: #3D426B;
}
</style>