Shades of Corn Flower Blue #3F416A
Tints of Corn Flower Blue #3F416A
RGB
CMYK
RGB Variations
Color information
#3F416A (or 0x3F416A) is known color: Corn Flower Blue. HEX triplet: 3F, 41 and 6A. RGB value is (63,65,106). Sum of RGB (Red+Green+Blue) = 63+65+106=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F416A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F416A is #C0BE95. Grayscale: #444444. Windows color (decimal): -12631702 or 6963519. OLE color: 6963519.
HSL color Cylindrical-coordinate representation of color #3F416A: hue angle of 237.21º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F416A is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 65 | 106 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.58 |
| HSL | 237.21º | 0.25% | 0.33% | - |
| HSV(B) | 237.21º | 0.41% | 0.42% | - |
| XYZ | 6.54 | 5.88 | 14.43 | - |
| YUV | 69.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 106 | 0.41 | 0.39 | 0 | 0.58 | 237.21 | 0.25 | 0.33 |
| Hex | 3F | 41 | 6A | 29 | 27 | 0 | 3A | ED | 19 | 21 |
| Octal | 77 | 101 | 152 | 51 | 47 | 0 | 72 | 355 | 31 | 41 |
| Binary | 111111 | 1000001 | 1101010 | 101001 | 100111 | 0 | 111010 | 11101101 | 11001 | 100001 |
Color Harmonies of #3F416A
Complementary color
Monochromatic Colors of #3F416A
Black with #3F416A
Text Example
Text Example
White with #3F416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F416A; }
p { color: rgb(63,65,106); }
H1.HeaderClassName
{
color: #3F416A;
}
.AnyTagClassName
{
color: #3F416A;
}
</style>
background-color css
<style>
a { background-color: #3F416A; }
a { background-color: rgb(63,65,106); }
div.DivClassName
{
background-color: #3F416A;
}
.BgClassName
{
background-color: #3F416A;
}
</style>
border-color css
<style>
span { border-color: #3F416A; }
span { border-color: rgb(63,65,106); }
td.TdClassName
{
border-color: #3F416A;
}
.TagClassName
{
border-color: #3F416A;
}
</style>