Shades of Corn Flower Blue #434572
Tints of Corn Flower Blue #434572
RGB
CMYK
RGB Variations
Color information
#434572 (or 0x434572) is known color: Corn Flower Blue. HEX triplet: 43, 45 and 72. RGB value is (67,69,114). Sum of RGB (Red+Green+Blue) = 67+69+114=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #434572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434572 is #BCBA8D. Grayscale: #494949. Windows color (decimal): -12368526 or 7488835. OLE color: 7488835.
HSL color Cylindrical-coordinate representation of color #434572: hue angle of 237.45º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #434572 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 69 | 114 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.55 |
| HSL | 237.45º | 0.26% | 0.35% | - |
| HSV(B) | 237.45º | 0.41% | 0.45% | - |
| XYZ | 7.48 | 6.66 | 16.81 | - |
| YUV | 73.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 114 | 0.41 | 0.39 | 0 | 0.55 | 237.45 | 0.26 | 0.35 |
| Hex | 43 | 45 | 72 | 29 | 27 | 0 | 37 | ED | 1A | 23 |
| Octal | 103 | 105 | 162 | 51 | 47 | 0 | 67 | 355 | 32 | 43 |
| Binary | 1000011 | 1000101 | 1110010 | 101001 | 100111 | 0 | 110111 | 11101101 | 11010 | 100011 |
Color Harmonies of #434572
Complementary color
Monochromatic Colors of #434572
Black with #434572
Text Example
Text Example
White with #434572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434572; }
p { color: rgb(67,69,114); }
H1.HeaderClassName
{
color: #434572;
}
.AnyTagClassName
{
color: #434572;
}
</style>
background-color css
<style>
a { background-color: #434572; }
a { background-color: rgb(67,69,114); }
div.DivClassName
{
background-color: #434572;
}
.BgClassName
{
background-color: #434572;
}
</style>
border-color css
<style>
span { border-color: #434572; }
span { border-color: rgb(67,69,114); }
td.TdClassName
{
border-color: #434572;
}
.TagClassName
{
border-color: #434572;
}
</style>