Shades of Corn Flower Blue #3F3A74
Tints of Corn Flower Blue #3F3A74
RGB
CMYK
RGB Variations
Color information
#3F3A74 (or 0x3F3A74) is known color: Corn Flower Blue. HEX triplet: 3F, 3A and 74. RGB value is (63,58,116). Sum of RGB (Red+Green+Blue) = 63+58+116=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F3A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3A74 is #C0C58B. Grayscale: #414141. Windows color (decimal): -12633484 or 7617087. OLE color: 7617087.
HSL color Cylindrical-coordinate representation of color #3F3A74: hue angle of 245.17º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F3A74 is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 58 | 116 | - |
| CMYK | 0.46 | 0.5 | 0 | 0.55 |
| HSL | 245.17º | 0.33% | 0.34% | - |
| HSV(B) | 245.17º | 0.5% | 0.45% | - |
| XYZ | 6.72 | 5.34 | 17.2 | - |
| YUV | 66.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 116 | 0.46 | 0.5 | 0 | 0.55 | 245.17 | 0.33 | 0.34 |
| Hex | 3F | 3A | 74 | 2E | 32 | 0 | 37 | F5 | 21 | 22 |
| Octal | 77 | 72 | 164 | 56 | 62 | 0 | 67 | 365 | 41 | 42 |
| Binary | 111111 | 111010 | 1110100 | 101110 | 110010 | 0 | 110111 | 11110101 | 100001 | 100010 |
Color Harmonies of #3F3A74
Complementary color
Monochromatic Colors of #3F3A74
Black with #3F3A74
Text Example
Text Example
White with #3F3A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A74; }
p { color: rgb(63,58,116); }
H1.HeaderClassName
{
color: #3F3A74;
}
.AnyTagClassName
{
color: #3F3A74;
}
</style>
background-color css
<style>
a { background-color: #3F3A74; }
a { background-color: rgb(63,58,116); }
div.DivClassName
{
background-color: #3F3A74;
}
.BgClassName
{
background-color: #3F3A74;
}
</style>
border-color css
<style>
span { border-color: #3F3A74; }
span { border-color: rgb(63,58,116); }
td.TdClassName
{
border-color: #3F3A74;
}
.TagClassName
{
border-color: #3F3A74;
}
</style>