Shades of Corn Flower Blue #3D3F6D
Tints of Corn Flower Blue #3D3F6D
RGB
CMYK
RGB Variations
Color information
#3D3F6D (or 0x3D3F6D) is known color: Corn Flower Blue. HEX triplet: 3D, 3F and 6D. RGB value is (61,63,109). Sum of RGB (Red+Green+Blue) = 61+63+109=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D3F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3F6D is #C2C092. Grayscale: #434343. Windows color (decimal): -12763283 or 7159613. OLE color: 7159613.
HSL color Cylindrical-coordinate representation of color #3D3F6D: hue angle of 237.5º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D3F6D is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 63 | 109 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.57 |
| HSL | 237.5º | 0.28% | 0.33% | - |
| HSV(B) | 237.5º | 0.44% | 0.43% | - |
| XYZ | 6.46 | 5.65 | 15.22 | - |
| YUV | 67.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 63 | 109 | 0.44 | 0.42 | 0 | 0.57 | 237.5 | 0.28 | 0.33 |
| Hex | 3D | 3F | 6D | 2C | 2A | 0 | 39 | EE | 1C | 21 |
| Octal | 75 | 77 | 155 | 54 | 52 | 0 | 71 | 356 | 34 | 41 |
| Binary | 111101 | 111111 | 1101101 | 101100 | 101010 | 0 | 111001 | 11101110 | 11100 | 100001 |
Color Harmonies of #3D3F6D
Complementary color
Monochromatic Colors of #3D3F6D
Black with #3D3F6D
Text Example
Text Example
White with #3D3F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3F6D; }
p { color: rgb(61,63,109); }
H1.HeaderClassName
{
color: #3D3F6D;
}
.AnyTagClassName
{
color: #3D3F6D;
}
</style>
background-color css
<style>
a { background-color: #3D3F6D; }
a { background-color: rgb(61,63,109); }
div.DivClassName
{
background-color: #3D3F6D;
}
.BgClassName
{
background-color: #3D3F6D;
}
</style>
border-color css
<style>
span { border-color: #3D3F6D; }
span { border-color: rgb(61,63,109); }
td.TdClassName
{
border-color: #3D3F6D;
}
.TagClassName
{
border-color: #3D3F6D;
}
</style>