Shades of Corn Flower Blue #3F3C6B
Tints of Corn Flower Blue #3F3C6B
RGB
CMYK
RGB Variations
Color information
#3F3C6B (or 0x3F3C6B) is known color: Corn Flower Blue. HEX triplet: 3F, 3C and 6B. RGB value is (63,60,107). Sum of RGB (Red+Green+Blue) = 63+60+107=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F3C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3C6B is #C0C394. Grayscale: #424242. Windows color (decimal): -12632981 or 7027775. OLE color: 7027775.
HSL color Cylindrical-coordinate representation of color #3F3C6B: hue angle of 243.83º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F3C6B is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 60 | 107 | - |
| CMYK | 0.41 | 0.44 | 0 | 0.58 |
| HSL | 243.83º | 0.28% | 0.33% | - |
| HSV(B) | 243.83º | 0.44% | 0.42% | - |
| XYZ | 6.32 | 5.35 | 14.61 | - |
| YUV | 66.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 107 | 0.41 | 0.44 | 0 | 0.58 | 243.83 | 0.28 | 0.33 |
| Hex | 3F | 3C | 6B | 29 | 2C | 0 | 3A | F4 | 1C | 21 |
| Octal | 77 | 74 | 153 | 51 | 54 | 0 | 72 | 364 | 34 | 41 |
| Binary | 111111 | 111100 | 1101011 | 101001 | 101100 | 0 | 111010 | 11110100 | 11100 | 100001 |
Color Harmonies of #3F3C6B
Complementary color
Monochromatic Colors of #3F3C6B
Black with #3F3C6B
Text Example
Text Example
White with #3F3C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C6B; }
p { color: rgb(63,60,107); }
H1.HeaderClassName
{
color: #3F3C6B;
}
.AnyTagClassName
{
color: #3F3C6B;
}
</style>
background-color css
<style>
a { background-color: #3F3C6B; }
a { background-color: rgb(63,60,107); }
div.DivClassName
{
background-color: #3F3C6B;
}
.BgClassName
{
background-color: #3F3C6B;
}
</style>
border-color css
<style>
span { border-color: #3F3C6B; }
span { border-color: rgb(63,60,107); }
td.TdClassName
{
border-color: #3F3C6B;
}
.TagClassName
{
border-color: #3F3C6B;
}
</style>