Shades of Corn Flower Blue #3C3F6F
Tints of Corn Flower Blue #3C3F6F
RGB
CMYK
RGB Variations
Color information
#3C3F6F (or 0x3C3F6F) is known color: Corn Flower Blue. HEX triplet: 3C, 3F and 6F. RGB value is (60,63,111). Sum of RGB (Red+Green+Blue) = 60+63+111=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C3F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3F6F is #C3C090. Grayscale: #434343. Windows color (decimal): -12828817 or 7290684. OLE color: 7290684.
HSL color Cylindrical-coordinate representation of color #3C3F6F: hue angle of 236.47º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C3F6F is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 63 | 111 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.56 |
| HSL | 236.47º | 0.3% | 0.34% | - |
| HSV(B) | 236.47º | 0.46% | 0.44% | - |
| XYZ | 6.51 | 5.66 | 15.79 | - |
| YUV | 67.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 111 | 0.46 | 0.43 | 0 | 0.56 | 236.47 | 0.3 | 0.34 |
| Hex | 3C | 3F | 6F | 2E | 2B | 0 | 38 | EC | 1E | 22 |
| Octal | 74 | 77 | 157 | 56 | 53 | 0 | 70 | 354 | 36 | 42 |
| Binary | 111100 | 111111 | 1101111 | 101110 | 101011 | 0 | 111000 | 11101100 | 11110 | 100010 |
Color Harmonies of #3C3F6F
Complementary color
Monochromatic Colors of #3C3F6F
Black with #3C3F6F
Text Example
Text Example
White with #3C3F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3F6F; }
p { color: rgb(60,63,111); }
H1.HeaderClassName
{
color: #3C3F6F;
}
.AnyTagClassName
{
color: #3C3F6F;
}
</style>
background-color css
<style>
a { background-color: #3C3F6F; }
a { background-color: rgb(60,63,111); }
div.DivClassName
{
background-color: #3C3F6F;
}
.BgClassName
{
background-color: #3C3F6F;
}
</style>
border-color css
<style>
span { border-color: #3C3F6F; }
span { border-color: rgb(60,63,111); }
td.TdClassName
{
border-color: #3C3F6F;
}
.TagClassName
{
border-color: #3C3F6F;
}
</style>