Shades of Wedgewood #3D638B
Tints of Wedgewood #3D638B
RGB
CMYK
RGB Variations
Color information
#3D638B (or 0x3D638B) is known color: Wedgewood. HEX triplet: 3D, 63 and 8B. RGB value is (61,99,139). Sum of RGB (Red+Green+Blue) = 61+99+139=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D638B is #C29C74. Grayscale: #5C5C5C. Windows color (decimal): -12754037 or 9134909. OLE color: 9134909.
HSL color Cylindrical-coordinate representation of color #3D638B: hue angle of 210.77º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D638B is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 99 | 139 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.45 |
| HSL | 210.77º | 0.39% | 0.39% | - |
| HSV(B) | 210.77º | 0.56% | 0.55% | - |
| XYZ | 11.05 | 11.78 | 26.12 | - |
| YUV | 92.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 99 | 139 | 0.56 | 0.29 | 0 | 0.45 | 210.77 | 0.39 | 0.39 |
| Hex | 3D | 63 | 8B | 38 | 1D | 0 | 2D | D3 | 27 | 27 |
| Octal | 75 | 143 | 213 | 70 | 35 | 0 | 55 | 323 | 47 | 47 |
| Binary | 111101 | 1100011 | 10001011 | 111000 | 11101 | 0 | 101101 | 11010011 | 100111 | 100111 |
Color Harmonies of #3D638B
Complementary color
Monochromatic Colors of #3D638B
Black with #3D638B
Text Example
Text Example
White with #3D638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D638B; }
p { color: rgb(61,99,139); }
H1.HeaderClassName
{
color: #3D638B;
}
.AnyTagClassName
{
color: #3D638B;
}
</style>
background-color css
<style>
a { background-color: #3D638B; }
a { background-color: rgb(61,99,139); }
div.DivClassName
{
background-color: #3D638B;
}
.BgClassName
{
background-color: #3D638B;
}
</style>
border-color css
<style>
span { border-color: #3D638B; }
span { border-color: rgb(61,99,139); }
td.TdClassName
{
border-color: #3D638B;
}
.TagClassName
{
border-color: #3D638B;
}
</style>