Shades of Corn Flower Blue #424363
Tints of Corn Flower Blue #424363
RGB
CMYK
RGB Variations
Color information
#424363 (or 0x424363) is known color: Corn Flower Blue. HEX triplet: 42, 43 and 63. RGB value is (66,67,99). Sum of RGB (Red+Green+Blue) = 66+67+99=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #424363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424363 is #BDBC9C. Grayscale: #464646. Windows color (decimal): -12434589 or 6505282. OLE color: 6505282.
HSL color Cylindrical-coordinate representation of color #424363: hue angle of 238.18º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #424363 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 67 | 99 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.61 |
| HSL | 238.18º | 0.2% | 0.32% | - |
| HSV(B) | 238.18º | 0.33% | 0.39% | - |
| XYZ | 6.51 | 6.07 | 12.63 | - |
| YUV | 70.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 99 | 0.33 | 0.32 | 0 | 0.61 | 238.18 | 0.2 | 0.32 |
| Hex | 42 | 43 | 63 | 21 | 20 | 0 | 3D | EE | 14 | 20 |
| Octal | 102 | 103 | 143 | 41 | 40 | 0 | 75 | 356 | 24 | 40 |
| Binary | 1000010 | 1000011 | 1100011 | 100001 | 100000 | 0 | 111101 | 11101110 | 10100 | 100000 |
Color Harmonies of #424363
Complementary color
Monochromatic Colors of #424363
Black with #424363
Text Example
Text Example
White with #424363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424363; }
p { color: rgb(66,67,99); }
H1.HeaderClassName
{
color: #424363;
}
.AnyTagClassName
{
color: #424363;
}
</style>
background-color css
<style>
a { background-color: #424363; }
a { background-color: rgb(66,67,99); }
div.DivClassName
{
background-color: #424363;
}
.BgClassName
{
background-color: #424363;
}
</style>
border-color css
<style>
span { border-color: #424363; }
span { border-color: rgb(66,67,99); }
td.TdClassName
{
border-color: #424363;
}
.TagClassName
{
border-color: #424363;
}
</style>