Shades of Corn Flower Blue #3F3F67
Tints of Corn Flower Blue #3F3F67
RGB
CMYK
RGB Variations
Color information
#3F3F67 (or 0x3F3F67) is known color: Corn Flower Blue. HEX triplet: 3F, 3F and 67. RGB value is (63,63,103). Sum of RGB (Red+Green+Blue) = 63+63+103=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F3F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3F67 is #C0C098. Grayscale: #434343. Windows color (decimal): -12632217 or 6766399. OLE color: 6766399.
HSL color Cylindrical-coordinate representation of color #3F3F67: hue angle of 240º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F3F67 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 63 | 103 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.60 |
| HSL | 240º | 0.24% | 0.33% | - |
| HSV(B) | 240º | 0.39% | 0.4% | - |
| XYZ | 6.28 | 5.59 | 13.58 | - |
| YUV | 67.56 | 148 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 103 | 0.39 | 0.39 | 0 | 0.60 | 240 | 0.24 | 0.33 |
| Hex | 3F | 3F | 67 | 27 | 27 | 0 | 3C | F0 | 18 | 21 |
| Octal | 77 | 77 | 147 | 47 | 47 | 0 | 74 | 360 | 30 | 41 |
| Binary | 111111 | 111111 | 1100111 | 100111 | 100111 | 0 | 111100 | 11110000 | 11000 | 100001 |
Color Harmonies of #3F3F67
Complementary color
Monochromatic Colors of #3F3F67
Black with #3F3F67
Text Example
Text Example
White with #3F3F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3F67; }
p { color: rgb(63,63,103); }
H1.HeaderClassName
{
color: #3F3F67;
}
.AnyTagClassName
{
color: #3F3F67;
}
</style>
background-color css
<style>
a { background-color: #3F3F67; }
a { background-color: rgb(63,63,103); }
div.DivClassName
{
background-color: #3F3F67;
}
.BgClassName
{
background-color: #3F3F67;
}
</style>
border-color css
<style>
span { border-color: #3F3F67; }
span { border-color: rgb(63,63,103); }
td.TdClassName
{
border-color: #3F3F67;
}
.TagClassName
{
border-color: #3F3F67;
}
</style>