Shades of Corn Flower Blue #3F4068
Tints of Corn Flower Blue #3F4068
RGB
CMYK
RGB Variations
Color information
#3F4068 (or 0x3F4068) is known color: Corn Flower Blue. HEX triplet: 3F, 40 and 68. RGB value is (63,64,104). Sum of RGB (Red+Green+Blue) = 63+64+104=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F4068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4068 is #C0BF97. Grayscale: #444444. Windows color (decimal): -12631960 or 6832191. OLE color: 6832191.
HSL color Cylindrical-coordinate representation of color #3F4068: hue angle of 238.54º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4068 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 64 | 104 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.59 |
| HSL | 238.54º | 0.25% | 0.33% | - |
| HSV(B) | 238.54º | 0.39% | 0.41% | - |
| XYZ | 6.38 | 5.72 | 13.86 | - |
| YUV | 68.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 104 | 0.39 | 0.38 | 0 | 0.59 | 238.54 | 0.25 | 0.33 |
| Hex | 3F | 40 | 68 | 27 | 26 | 0 | 3B | EF | 19 | 21 |
| Octal | 77 | 100 | 150 | 47 | 46 | 0 | 73 | 357 | 31 | 41 |
| Binary | 111111 | 1000000 | 1101000 | 100111 | 100110 | 0 | 111011 | 11101111 | 11001 | 100001 |
Color Harmonies of #3F4068
Complementary color
Monochromatic Colors of #3F4068
Black with #3F4068
Text Example
Text Example
White with #3F4068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4068; }
p { color: rgb(63,64,104); }
H1.HeaderClassName
{
color: #3F4068;
}
.AnyTagClassName
{
color: #3F4068;
}
</style>
background-color css
<style>
a { background-color: #3F4068; }
a { background-color: rgb(63,64,104); }
div.DivClassName
{
background-color: #3F4068;
}
.BgClassName
{
background-color: #3F4068;
}
</style>
border-color css
<style>
span { border-color: #3F4068; }
span { border-color: rgb(63,64,104); }
td.TdClassName
{
border-color: #3F4068;
}
.TagClassName
{
border-color: #3F4068;
}
</style>