Shades of Corn Flower Blue #3F3F74
Tints of Corn Flower Blue #3F3F74
RGB
CMYK
RGB Variations
Color information
#3F3F74 (or 0x3F3F74) is known color: Corn Flower Blue. HEX triplet: 3F, 3F and 74. RGB value is (63,63,116). Sum of RGB (Red+Green+Blue) = 63+63+116=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F3F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3F74 is #C0C08B. Grayscale: #444444. Windows color (decimal): -12632204 or 7618367. OLE color: 7618367.
HSL color Cylindrical-coordinate representation of color #3F3F74: hue angle of 240º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F3F74 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 63 | 116 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.55 |
| HSL | 240º | 0.3% | 0.35% | - |
| HSV(B) | 240º | 0.46% | 0.45% | - |
| XYZ | 6.98 | 5.87 | 17.29 | - |
| YUV | 69.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 116 | 0.46 | 0.46 | 0 | 0.55 | 240 | 0.3 | 0.35 |
| Hex | 3F | 3F | 74 | 2E | 2E | 0 | 37 | F0 | 1E | 23 |
| Octal | 77 | 77 | 164 | 56 | 56 | 0 | 67 | 360 | 36 | 43 |
| Binary | 111111 | 111111 | 1110100 | 101110 | 101110 | 0 | 110111 | 11110000 | 11110 | 100011 |
Color Harmonies of #3F3F74
Complementary color
Monochromatic Colors of #3F3F74
Black with #3F3F74
Text Example
Text Example
White with #3F3F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3F74; }
p { color: rgb(63,63,116); }
H1.HeaderClassName
{
color: #3F3F74;
}
.AnyTagClassName
{
color: #3F3F74;
}
</style>
background-color css
<style>
a { background-color: #3F3F74; }
a { background-color: rgb(63,63,116); }
div.DivClassName
{
background-color: #3F3F74;
}
.BgClassName
{
background-color: #3F3F74;
}
</style>
border-color css
<style>
span { border-color: #3F3F74; }
span { border-color: rgb(63,63,116); }
td.TdClassName
{
border-color: #3F3F74;
}
.TagClassName
{
border-color: #3F3F74;
}
</style>