Shades of Corn Flower Blue #434269
Tints of Corn Flower Blue #434269
RGB
CMYK
RGB Variations
Color information
#434269 (or 0x434269) is known color: Corn Flower Blue. HEX triplet: 43, 42 and 69. RGB value is (67,66,105). Sum of RGB (Red+Green+Blue) = 67+66+105=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #434269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434269 is #BCBD96. Grayscale: #464646. Windows color (decimal): -12369303 or 6898243. OLE color: 6898243.
HSL color Cylindrical-coordinate representation of color #434269: hue angle of 241.54º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #434269 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 66 | 105 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.59 |
| HSL | 241.54º | 0.23% | 0.34% | - |
| HSV(B) | 241.54º | 0.37% | 0.41% | - |
| XYZ | 6.81 | 6.11 | 14.18 | - |
| YUV | 70.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 105 | 0.36 | 0.37 | 0 | 0.59 | 241.54 | 0.23 | 0.34 |
| Hex | 43 | 42 | 69 | 24 | 25 | 0 | 3B | F2 | 17 | 22 |
| Octal | 103 | 102 | 151 | 44 | 45 | 0 | 73 | 362 | 27 | 42 |
| Binary | 1000011 | 1000010 | 1101001 | 100100 | 100101 | 0 | 111011 | 11110010 | 10111 | 100010 |
Color Harmonies of #434269
Complementary color
Monochromatic Colors of #434269
Black with #434269
Text Example
Text Example
White with #434269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434269; }
p { color: rgb(67,66,105); }
H1.HeaderClassName
{
color: #434269;
}
.AnyTagClassName
{
color: #434269;
}
</style>
background-color css
<style>
a { background-color: #434269; }
a { background-color: rgb(67,66,105); }
div.DivClassName
{
background-color: #434269;
}
.BgClassName
{
background-color: #434269;
}
</style>
border-color css
<style>
span { border-color: #434269; }
span { border-color: rgb(67,66,105); }
td.TdClassName
{
border-color: #434269;
}
.TagClassName
{
border-color: #434269;
}
</style>