Shades of Corn Flower Blue #3E396E
Tints of Corn Flower Blue #3E396E
RGB
CMYK
RGB Variations
Color information
#3E396E (or 0x3E396E) is known color: Corn Flower Blue. HEX triplet: 3E, 39 and 6E. RGB value is (62,57,110). Sum of RGB (Red+Green+Blue) = 62+57+110=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E396E is #C1C691. Grayscale: #404040. Windows color (decimal): -12699282 or 7223614. OLE color: 7223614.
HSL color Cylindrical-coordinate representation of color #3E396E: hue angle of 245.66º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E396E is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 57 | 110 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.57 |
| HSL | 245.66º | 0.32% | 0.33% | - |
| HSV(B) | 245.66º | 0.48% | 0.43% | - |
| XYZ | 6.26 | 5.08 | 15.4 | - |
| YUV | 64.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 110 | 0.44 | 0.48 | 0 | 0.57 | 245.66 | 0.32 | 0.33 |
| Hex | 3E | 39 | 6E | 2C | 30 | 0 | 39 | F6 | 20 | 21 |
| Octal | 76 | 71 | 156 | 54 | 60 | 0 | 71 | 366 | 40 | 41 |
| Binary | 111110 | 111001 | 1101110 | 101100 | 110000 | 0 | 111001 | 11110110 | 100000 | 100001 |
Color Harmonies of #3E396E
Complementary color
Monochromatic Colors of #3E396E
Black with #3E396E
Text Example
Text Example
White with #3E396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E396E; }
p { color: rgb(62,57,110); }
H1.HeaderClassName
{
color: #3E396E;
}
.AnyTagClassName
{
color: #3E396E;
}
</style>
background-color css
<style>
a { background-color: #3E396E; }
a { background-color: rgb(62,57,110); }
div.DivClassName
{
background-color: #3E396E;
}
.BgClassName
{
background-color: #3E396E;
}
</style>
border-color css
<style>
span { border-color: #3E396E; }
span { border-color: rgb(62,57,110); }
td.TdClassName
{
border-color: #3E396E;
}
.TagClassName
{
border-color: #3E396E;
}
</style>