Shades of Corn Flower Blue #3F3875
Tints of Corn Flower Blue #3F3875
RGB
CMYK
RGB Variations
Color information
#3F3875 (or 0x3F3875) is known color: Corn Flower Blue. HEX triplet: 3F, 38 and 75. RGB value is (63,56,117). Sum of RGB (Red+Green+Blue) = 63+56+117=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F3875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3875 is #C0C78A. Grayscale: #404040. Windows color (decimal): -12633995 or 7682111. OLE color: 7682111.
HSL color Cylindrical-coordinate representation of color #3F3875: hue angle of 246.89º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F3875 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 56 | 117 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.54 |
| HSL | 246.89º | 0.35% | 0.34% | - |
| HSV(B) | 246.89º | 0.52% | 0.46% | - |
| XYZ | 6.67 | 5.17 | 17.48 | - |
| YUV | 65.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 117 | 0.46 | 0.52 | 0 | 0.54 | 246.89 | 0.35 | 0.34 |
| Hex | 3F | 38 | 75 | 2E | 34 | 0 | 36 | F7 | 23 | 22 |
| Octal | 77 | 70 | 165 | 56 | 64 | 0 | 66 | 367 | 43 | 42 |
| Binary | 111111 | 111000 | 1110101 | 101110 | 110100 | 0 | 110110 | 11110111 | 100011 | 100010 |
Color Harmonies of #3F3875
Complementary color
Monochromatic Colors of #3F3875
Black with #3F3875
Text Example
Text Example
White with #3F3875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3875; }
p { color: rgb(63,56,117); }
H1.HeaderClassName
{
color: #3F3875;
}
.AnyTagClassName
{
color: #3F3875;
}
</style>
background-color css
<style>
a { background-color: #3F3875; }
a { background-color: rgb(63,56,117); }
div.DivClassName
{
background-color: #3F3875;
}
.BgClassName
{
background-color: #3F3875;
}
</style>
border-color css
<style>
span { border-color: #3F3875; }
span { border-color: rgb(63,56,117); }
td.TdClassName
{
border-color: #3F3875;
}
.TagClassName
{
border-color: #3F3875;
}
</style>