Shades of Corn Flower Blue #3C3C6B
Tints of Corn Flower Blue #3C3C6B
RGB
CMYK
RGB Variations
Color information
#3C3C6B (or 0x3C3C6B) is known color: Corn Flower Blue. HEX triplet: 3C, 3C and 6B. RGB value is (60,60,107). Sum of RGB (Red+Green+Blue) = 60+60+107=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C3C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3C6B is #C3C394. Grayscale: #414141. Windows color (decimal): -12829589 or 7027772. OLE color: 7027772.
HSL color Cylindrical-coordinate representation of color #3C3C6B: hue angle of 240º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C3C6B is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 60 | 107 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.58 |
| HSL | 240º | 0.28% | 0.33% | - |
| HSV(B) | 240º | 0.44% | 0.42% | - |
| XYZ | 6.13 | 5.25 | 14.6 | - |
| YUV | 65.36 | 151.5 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 60 | 107 | 0.44 | 0.44 | 0 | 0.58 | 240 | 0.28 | 0.33 |
| Hex | 3C | 3C | 6B | 2C | 2C | 0 | 3A | F0 | 1C | 21 |
| Octal | 74 | 74 | 153 | 54 | 54 | 0 | 72 | 360 | 34 | 41 |
| Binary | 111100 | 111100 | 1101011 | 101100 | 101100 | 0 | 111010 | 11110000 | 11100 | 100001 |
Color Harmonies of #3C3C6B
Complementary color
Monochromatic Colors of #3C3C6B
Black with #3C3C6B
Text Example
Text Example
White with #3C3C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3C6B; }
p { color: rgb(60,60,107); }
H1.HeaderClassName
{
color: #3C3C6B;
}
.AnyTagClassName
{
color: #3C3C6B;
}
</style>
background-color css
<style>
a { background-color: #3C3C6B; }
a { background-color: rgb(60,60,107); }
div.DivClassName
{
background-color: #3C3C6B;
}
.BgClassName
{
background-color: #3C3C6B;
}
</style>
border-color css
<style>
span { border-color: #3C3C6B; }
span { border-color: rgb(60,60,107); }
td.TdClassName
{
border-color: #3C3C6B;
}
.TagClassName
{
border-color: #3C3C6B;
}
</style>