Shades of Corn Flower Blue #3C3870
Tints of Corn Flower Blue #3C3870
RGB
CMYK
RGB Variations
Color information
#3C3870 (or 0x3C3870) is known color: Corn Flower Blue. HEX triplet: 3C, 38 and 70. RGB value is (60,56,112). Sum of RGB (Red+Green+Blue) = 60+56+112=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C3870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3870 is #C3C78F. Grayscale: #3F3F3F. Windows color (decimal): -12830608 or 7354428. OLE color: 7354428.
HSL color Cylindrical-coordinate representation of color #3C3870: hue angle of 244.29º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C3870 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 56 | 112 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.56 |
| HSL | 244.29º | 0.33% | 0.33% | - |
| HSV(B) | 244.29º | 0.5% | 0.44% | - |
| XYZ | 6.2 | 4.96 | 15.96 | - |
| YUV | 63.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 112 | 0.46 | 0.50 | 0 | 0.56 | 244.29 | 0.33 | 0.33 |
| Hex | 3C | 38 | 70 | 2E | 32 | 0 | 38 | F4 | 21 | 21 |
| Octal | 74 | 70 | 160 | 56 | 62 | 0 | 70 | 364 | 41 | 41 |
| Binary | 111100 | 111000 | 1110000 | 101110 | 110010 | 0 | 111000 | 11110100 | 100001 | 100001 |
Color Harmonies of #3C3870
Complementary color
Monochromatic Colors of #3C3870
Black with #3C3870
Text Example
Text Example
White with #3C3870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3870; }
p { color: rgb(60,56,112); }
H1.HeaderClassName
{
color: #3C3870;
}
.AnyTagClassName
{
color: #3C3870;
}
</style>
background-color css
<style>
a { background-color: #3C3870; }
a { background-color: rgb(60,56,112); }
div.DivClassName
{
background-color: #3C3870;
}
.BgClassName
{
background-color: #3C3870;
}
</style>
border-color css
<style>
span { border-color: #3C3870; }
span { border-color: rgb(60,56,112); }
td.TdClassName
{
border-color: #3C3870;
}
.TagClassName
{
border-color: #3C3870;
}
</style>