Shades of Corn Flower Blue #3E3A6D
Tints of Corn Flower Blue #3E3A6D
RGB
CMYK
RGB Variations
Color information
#3E3A6D (or 0x3E3A6D) is known color: Corn Flower Blue. HEX triplet: 3E, 3A and 6D. RGB value is (62,58,109). Sum of RGB (Red+Green+Blue) = 62+58+109=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E3A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3A6D is #C1C592. Grayscale: #404040. Windows color (decimal): -12699027 or 7158334. OLE color: 7158334.
HSL color Cylindrical-coordinate representation of color #3E3A6D: hue angle of 244.71º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E3A6D is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 58 | 109 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.57 |
| HSL | 244.71º | 0.31% | 0.33% | - |
| HSV(B) | 244.71º | 0.47% | 0.43% | - |
| XYZ | 6.26 | 5.15 | 15.13 | - |
| YUV | 65.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 109 | 0.43 | 0.47 | 0 | 0.57 | 244.71 | 0.31 | 0.33 |
| Hex | 3E | 3A | 6D | 2B | 2F | 0 | 39 | F5 | 1F | 21 |
| Octal | 76 | 72 | 155 | 53 | 57 | 0 | 71 | 365 | 37 | 41 |
| Binary | 111110 | 111010 | 1101101 | 101011 | 101111 | 0 | 111001 | 11110101 | 11111 | 100001 |
Color Harmonies of #3E3A6D
Complementary color
Monochromatic Colors of #3E3A6D
Black with #3E3A6D
Text Example
Text Example
White with #3E3A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A6D; }
p { color: rgb(62,58,109); }
H1.HeaderClassName
{
color: #3E3A6D;
}
.AnyTagClassName
{
color: #3E3A6D;
}
</style>
background-color css
<style>
a { background-color: #3E3A6D; }
a { background-color: rgb(62,58,109); }
div.DivClassName
{
background-color: #3E3A6D;
}
.BgClassName
{
background-color: #3E3A6D;
}
</style>
border-color css
<style>
span { border-color: #3E3A6D; }
span { border-color: rgb(62,58,109); }
td.TdClassName
{
border-color: #3E3A6D;
}
.TagClassName
{
border-color: #3E3A6D;
}
</style>