Shades of Corn Flower Blue #434270
Tints of Corn Flower Blue #434270
RGB
CMYK
RGB Variations
Color information
#434270 (or 0x434270) is known color: Corn Flower Blue. HEX triplet: 43, 42 and 70. RGB value is (67,66,112). Sum of RGB (Red+Green+Blue) = 67+66+112=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #434270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434270 is #BCBD8F. Grayscale: #474747. Windows color (decimal): -12369296 or 7356995. OLE color: 7356995.
HSL color Cylindrical-coordinate representation of color #434270: hue angle of 241.3º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #434270 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 66 | 112 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.56 |
| HSL | 241.3º | 0.26% | 0.35% | - |
| HSV(B) | 241.3º | 0.41% | 0.44% | - |
| XYZ | 7.19 | 6.26 | 16.16 | - |
| YUV | 71.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 112 | 0.40 | 0.41 | 0 | 0.56 | 241.3 | 0.26 | 0.35 |
| Hex | 43 | 42 | 70 | 28 | 29 | 0 | 38 | F1 | 1A | 23 |
| Octal | 103 | 102 | 160 | 50 | 51 | 0 | 70 | 361 | 32 | 43 |
| Binary | 1000011 | 1000010 | 1110000 | 101000 | 101001 | 0 | 111000 | 11110001 | 11010 | 100011 |
Color Harmonies of #434270
Complementary color
Monochromatic Colors of #434270
Black with #434270
Text Example
Text Example
White with #434270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434270; }
p { color: rgb(67,66,112); }
H1.HeaderClassName
{
color: #434270;
}
.AnyTagClassName
{
color: #434270;
}
</style>
background-color css
<style>
a { background-color: #434270; }
a { background-color: rgb(67,66,112); }
div.DivClassName
{
background-color: #434270;
}
.BgClassName
{
background-color: #434270;
}
</style>
border-color css
<style>
span { border-color: #434270; }
span { border-color: rgb(67,66,112); }
td.TdClassName
{
border-color: #434270;
}
.TagClassName
{
border-color: #434270;
}
</style>