Shades of Corn Flower Blue #434363
Tints of Corn Flower Blue #434363
RGB
CMYK
RGB Variations
Color information
#434363 (or 0x434363) is known color: Corn Flower Blue. HEX triplet: 43, 43 and 63. RGB value is (67,67,99). Sum of RGB (Red+Green+Blue) = 67+67+99=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #434363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434363 is #BCBC9C. Grayscale: #464646. Windows color (decimal): -12369053 or 6505283. OLE color: 6505283.
HSL color Cylindrical-coordinate representation of color #434363: hue angle of 240º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #434363 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 67 | 99 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.61 |
| HSL | 240º | 0.19% | 0.33% | - |
| HSV(B) | 240º | 0.32% | 0.39% | - |
| XYZ | 6.57 | 6.11 | 12.64 | - |
| YUV | 70.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 67 | 99 | 0.32 | 0.32 | 0 | 0.61 | 240 | 0.19 | 0.33 |
| Hex | 43 | 43 | 63 | 20 | 20 | 0 | 3D | F0 | 13 | 21 |
| Octal | 103 | 103 | 143 | 40 | 40 | 0 | 75 | 360 | 23 | 41 |
| Binary | 1000011 | 1000011 | 1100011 | 100000 | 100000 | 0 | 111101 | 11110000 | 10011 | 100001 |
Color Harmonies of #434363
Complementary color
Monochromatic Colors of #434363
Black with #434363
Text Example
Text Example
White with #434363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434363; }
p { color: rgb(67,67,99); }
H1.HeaderClassName
{
color: #434363;
}
.AnyTagClassName
{
color: #434363;
}
</style>
background-color css
<style>
a { background-color: #434363; }
a { background-color: rgb(67,67,99); }
div.DivClassName
{
background-color: #434363;
}
.BgClassName
{
background-color: #434363;
}
</style>
border-color css
<style>
span { border-color: #434363; }
span { border-color: rgb(67,67,99); }
td.TdClassName
{
border-color: #434363;
}
.TagClassName
{
border-color: #434363;
}
</style>