Shades of Corn Flower Blue #3D406B
Tints of Corn Flower Blue #3D406B
RGB
CMYK
RGB Variations
Color information
#3D406B (or 0x3D406B) is known color: Corn Flower Blue. HEX triplet: 3D, 40 and 6B. RGB value is (61,64,107). Sum of RGB (Red+Green+Blue) = 61+64+107=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D406B is #C2BF94. Grayscale: #434343. Windows color (decimal): -12763029 or 7028797. OLE color: 7028797.
HSL color Cylindrical-coordinate representation of color #3D406B: hue angle of 236.09º 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 #3D406B is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 64 | 107 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.58 |
| HSL | 236.09º | 0.27% | 0.33% | - |
| HSV(B) | 236.09º | 0.43% | 0.42% | - |
| XYZ | 6.41 | 5.72 | 14.68 | - |
| YUV | 68.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 107 | 0.43 | 0.40 | 0 | 0.58 | 236.09 | 0.27 | 0.33 |
| Hex | 3D | 40 | 6B | 2B | 28 | 0 | 3A | EC | 1B | 21 |
| Octal | 75 | 100 | 153 | 53 | 50 | 0 | 72 | 354 | 33 | 41 |
| Binary | 111101 | 1000000 | 1101011 | 101011 | 101000 | 0 | 111010 | 11101100 | 11011 | 100001 |
Color Harmonies of #3D406B
Complementary color
Monochromatic Colors of #3D406B
Black with #3D406B
Text Example
Text Example
White with #3D406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D406B; }
p { color: rgb(61,64,107); }
H1.HeaderClassName
{
color: #3D406B;
}
.AnyTagClassName
{
color: #3D406B;
}
</style>
background-color css
<style>
a { background-color: #3D406B; }
a { background-color: rgb(61,64,107); }
div.DivClassName
{
background-color: #3D406B;
}
.BgClassName
{
background-color: #3D406B;
}
</style>
border-color css
<style>
span { border-color: #3D406B; }
span { border-color: rgb(61,64,107); }
td.TdClassName
{
border-color: #3D406B;
}
.TagClassName
{
border-color: #3D406B;
}
</style>