Shades of Corn Flower Blue #424161
Tints of Corn Flower Blue #424161
RGB
CMYK
RGB Variations
Color information
#424161 (or 0x424161) is known color: Corn Flower Blue. HEX triplet: 42, 41 and 61. RGB value is (66,65,97). Sum of RGB (Red+Green+Blue) = 66+65+97=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #424161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424161 is #BDBE9E. Grayscale: #444444. Windows color (decimal): -12435103 or 6373698. OLE color: 6373698.
HSL color Cylindrical-coordinate representation of color #424161: hue angle of 241.88º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #424161 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 65 | 97 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.62 |
| HSL | 241.88º | 0.2% | 0.32% | - |
| HSV(B) | 241.88º | 0.33% | 0.38% | - |
| XYZ | 6.29 | 5.8 | 12.1 | - |
| YUV | 68.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 97 | 0.32 | 0.33 | 0 | 0.62 | 241.88 | 0.2 | 0.32 |
| Hex | 42 | 41 | 61 | 20 | 21 | 0 | 3E | F2 | 14 | 20 |
| Octal | 102 | 101 | 141 | 40 | 41 | 0 | 76 | 362 | 24 | 40 |
| Binary | 1000010 | 1000001 | 1100001 | 100000 | 100001 | 0 | 111110 | 11110010 | 10100 | 100000 |
Color Harmonies of #424161
Complementary color
Monochromatic Colors of #424161
Black with #424161
Text Example
Text Example
White with #424161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424161; }
p { color: rgb(66,65,97); }
H1.HeaderClassName
{
color: #424161;
}
.AnyTagClassName
{
color: #424161;
}
</style>
background-color css
<style>
a { background-color: #424161; }
a { background-color: rgb(66,65,97); }
div.DivClassName
{
background-color: #424161;
}
.BgClassName
{
background-color: #424161;
}
</style>
border-color css
<style>
span { border-color: #424161; }
span { border-color: rgb(66,65,97); }
td.TdClassName
{
border-color: #424161;
}
.TagClassName
{
border-color: #424161;
}
</style>