Shades of Corn Flower Blue #3F3A6B
Tints of Corn Flower Blue #3F3A6B
RGB
CMYK
RGB Variations
Color information
#3F3A6B (or 0x3F3A6B) is known color: Corn Flower Blue. HEX triplet: 3F, 3A and 6B. RGB value is (63,58,107). Sum of RGB (Red+Green+Blue) = 63+58+107=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F3A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3A6B is #C0C594. Grayscale: #404040. Windows color (decimal): -12633493 or 7027263. OLE color: 7027263.
HSL color Cylindrical-coordinate representation of color #3F3A6B: hue angle of 246.12º 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 #3F3A6B is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 58 | 107 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.58 |
| HSL | 246.12º | 0.3% | 0.32% | - |
| HSV(B) | 246.12º | 0.46% | 0.42% | - |
| XYZ | 6.22 | 5.14 | 14.58 | - |
| YUV | 65.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 107 | 0.41 | 0.46 | 0 | 0.58 | 246.12 | 0.3 | 0.32 |
| Hex | 3F | 3A | 6B | 29 | 2E | 0 | 3A | F6 | 1E | 20 |
| Octal | 77 | 72 | 153 | 51 | 56 | 0 | 72 | 366 | 36 | 40 |
| Binary | 111111 | 111010 | 1101011 | 101001 | 101110 | 0 | 111010 | 11110110 | 11110 | 100000 |
Color Harmonies of #3F3A6B
Complementary color
Monochromatic Colors of #3F3A6B
Black with #3F3A6B
Text Example
Text Example
White with #3F3A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A6B; }
p { color: rgb(63,58,107); }
H1.HeaderClassName
{
color: #3F3A6B;
}
.AnyTagClassName
{
color: #3F3A6B;
}
</style>
background-color css
<style>
a { background-color: #3F3A6B; }
a { background-color: rgb(63,58,107); }
div.DivClassName
{
background-color: #3F3A6B;
}
.BgClassName
{
background-color: #3F3A6B;
}
</style>
border-color css
<style>
span { border-color: #3F3A6B; }
span { border-color: rgb(63,58,107); }
td.TdClassName
{
border-color: #3F3A6B;
}
.TagClassName
{
border-color: #3F3A6B;
}
</style>