Shades of Corn Flower Blue #3E3A6B
Tints of Corn Flower Blue #3E3A6B
RGB
CMYK
RGB Variations
Color information
#3E3A6B (or 0x3E3A6B) is known color: Corn Flower Blue. HEX triplet: 3E, 3A and 6B. RGB value is (62,58,107). Sum of RGB (Red+Green+Blue) = 62+58+107=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E3A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3A6B is #C1C594. Grayscale: #404040. Windows color (decimal): -12699029 or 7027262. OLE color: 7027262.
HSL color Cylindrical-coordinate representation of color #3E3A6B: hue angle of 244.9º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E3A6B is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 58 | 107 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.58 |
| HSL | 244.9º | 0.3% | 0.32% | - |
| HSV(B) | 244.9º | 0.46% | 0.42% | - |
| XYZ | 6.15 | 5.11 | 14.57 | - |
| YUV | 64.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 58 | 107 | 0.42 | 0.46 | 0 | 0.58 | 244.9 | 0.3 | 0.32 |
| Hex | 3E | 3A | 6B | 2A | 2E | 0 | 3A | F5 | 1E | 20 |
| Octal | 76 | 72 | 153 | 52 | 56 | 0 | 72 | 365 | 36 | 40 |
| Binary | 111110 | 111010 | 1101011 | 101010 | 101110 | 0 | 111010 | 11110101 | 11110 | 100000 |
Color Harmonies of #3E3A6B
Complementary color
Monochromatic Colors of #3E3A6B
Black with #3E3A6B
Text Example
Text Example
White with #3E3A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3A6B; }
p { color: rgb(62,58,107); }
H1.HeaderClassName
{
color: #3E3A6B;
}
.AnyTagClassName
{
color: #3E3A6B;
}
</style>
background-color css
<style>
a { background-color: #3E3A6B; }
a { background-color: rgb(62,58,107); }
div.DivClassName
{
background-color: #3E3A6B;
}
.BgClassName
{
background-color: #3E3A6B;
}
</style>
border-color css
<style>
span { border-color: #3E3A6B; }
span { border-color: rgb(62,58,107); }
td.TdClassName
{
border-color: #3E3A6B;
}
.TagClassName
{
border-color: #3E3A6B;
}
</style>