Shades of Corn Flower Blue #3C3E67
Tints of Corn Flower Blue #3C3E67
RGB
CMYK
RGB Variations
Color information
#3C3E67 (or 0x3C3E67) is known color: Corn Flower Blue. HEX triplet: 3C, 3E and 67. RGB value is (60,62,103). Sum of RGB (Red+Green+Blue) = 60+62+103=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #3C3E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3E67 is #C3C198. Grayscale: #414141. Windows color (decimal): -12829081 or 6766140. OLE color: 6766140.
HSL color Cylindrical-coordinate representation of color #3C3E67: hue angle of 237.21º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C3E67 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 62 | 103 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.60 |
| HSL | 237.21º | 0.26% | 0.32% | - |
| HSV(B) | 237.21º | 0.42% | 0.4% | - |
| XYZ | 6.03 | 5.39 | 13.55 | - |
| YUV | 66.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 62 | 103 | 0.42 | 0.40 | 0 | 0.60 | 237.21 | 0.26 | 0.32 |
| Hex | 3C | 3E | 67 | 2A | 28 | 0 | 3C | ED | 1A | 20 |
| Octal | 74 | 76 | 147 | 52 | 50 | 0 | 74 | 355 | 32 | 40 |
| Binary | 111100 | 111110 | 1100111 | 101010 | 101000 | 0 | 111100 | 11101101 | 11010 | 100000 |
Color Harmonies of #3C3E67
Complementary color
Monochromatic Colors of #3C3E67
Black with #3C3E67
Text Example
Text Example
White with #3C3E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3E67; }
p { color: rgb(60,62,103); }
H1.HeaderClassName
{
color: #3C3E67;
}
.AnyTagClassName
{
color: #3C3E67;
}
</style>
background-color css
<style>
a { background-color: #3C3E67; }
a { background-color: rgb(60,62,103); }
div.DivClassName
{
background-color: #3C3E67;
}
.BgClassName
{
background-color: #3C3E67;
}
</style>
border-color css
<style>
span { border-color: #3C3E67; }
span { border-color: rgb(60,62,103); }
td.TdClassName
{
border-color: #3C3E67;
}
.TagClassName
{
border-color: #3C3E67;
}
</style>