Shades of Corn Flower Blue #3C3F73
Tints of Corn Flower Blue #3C3F73
RGB
CMYK
RGB Variations
Color information
#3C3F73 (or 0x3C3F73) is known color: Corn Flower Blue. HEX triplet: 3C, 3F and 73. RGB value is (60,63,115). Sum of RGB (Red+Green+Blue) = 60+63+115=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C3F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3F73 is #C3C08C. Grayscale: #434343. Windows color (decimal): -12828813 or 7552828. OLE color: 7552828.
HSL color Cylindrical-coordinate representation of color #3C3F73: hue angle of 236.73º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C3F73 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 63 | 115 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.55 |
| HSL | 236.73º | 0.31% | 0.34% | - |
| HSV(B) | 236.73º | 0.48% | 0.45% | - |
| XYZ | 6.74 | 5.75 | 16.98 | - |
| YUV | 68.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 115 | 0.48 | 0.45 | 0 | 0.55 | 236.73 | 0.31 | 0.34 |
| Hex | 3C | 3F | 73 | 30 | 2D | 0 | 37 | ED | 1F | 22 |
| Octal | 74 | 77 | 163 | 60 | 55 | 0 | 67 | 355 | 37 | 42 |
| Binary | 111100 | 111111 | 1110011 | 110000 | 101101 | 0 | 110111 | 11101101 | 11111 | 100010 |
Color Harmonies of #3C3F73
Complementary color
Monochromatic Colors of #3C3F73
Black with #3C3F73
Text Example
Text Example
White with #3C3F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3F73; }
p { color: rgb(60,63,115); }
H1.HeaderClassName
{
color: #3C3F73;
}
.AnyTagClassName
{
color: #3C3F73;
}
</style>
background-color css
<style>
a { background-color: #3C3F73; }
a { background-color: rgb(60,63,115); }
div.DivClassName
{
background-color: #3C3F73;
}
.BgClassName
{
background-color: #3C3F73;
}
</style>
border-color css
<style>
span { border-color: #3C3F73; }
span { border-color: rgb(60,63,115); }
td.TdClassName
{
border-color: #3C3F73;
}
.TagClassName
{
border-color: #3C3F73;
}
</style>