Shades of Corn Flower Blue #3E3D68
Tints of Corn Flower Blue #3E3D68
RGB
CMYK
RGB Variations
Color information
#3E3D68 (or 0x3E3D68) is known color: Corn Flower Blue. HEX triplet: 3E, 3D and 68. RGB value is (62,61,104). Sum of RGB (Red+Green+Blue) = 62+61+104=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E3D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3D68 is #C1C297. Grayscale: #424242. Windows color (decimal): -12698264 or 6831422. OLE color: 6831422.
HSL color Cylindrical-coordinate representation of color #3E3D68: hue angle of 241.4º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E3D68 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 61 | 104 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.59 |
| HSL | 241.4º | 0.26% | 0.32% | - |
| HSV(B) | 241.4º | 0.41% | 0.41% | - |
| XYZ | 6.15 | 5.36 | 13.81 | - |
| YUV | 66.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 61 | 104 | 0.40 | 0.41 | 0 | 0.59 | 241.4 | 0.26 | 0.32 |
| Hex | 3E | 3D | 68 | 28 | 29 | 0 | 3B | F1 | 1A | 20 |
| Octal | 76 | 75 | 150 | 50 | 51 | 0 | 73 | 361 | 32 | 40 |
| Binary | 111110 | 111101 | 1101000 | 101000 | 101001 | 0 | 111011 | 11110001 | 11010 | 100000 |
Color Harmonies of #3E3D68
Complementary color
Monochromatic Colors of #3E3D68
Black with #3E3D68
Text Example
Text Example
White with #3E3D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3D68; }
p { color: rgb(62,61,104); }
H1.HeaderClassName
{
color: #3E3D68;
}
.AnyTagClassName
{
color: #3E3D68;
}
</style>
background-color css
<style>
a { background-color: #3E3D68; }
a { background-color: rgb(62,61,104); }
div.DivClassName
{
background-color: #3E3D68;
}
.BgClassName
{
background-color: #3E3D68;
}
</style>
border-color css
<style>
span { border-color: #3E3D68; }
span { border-color: rgb(62,61,104); }
td.TdClassName
{
border-color: #3E3D68;
}
.TagClassName
{
border-color: #3E3D68;
}
</style>