Shades of Corn Flower Blue #434168
Tints of Corn Flower Blue #434168
RGB
CMYK
RGB Variations
Color information
#434168 (or 0x434168) is known color: Corn Flower Blue. HEX triplet: 43, 41 and 68. RGB value is (67,65,104). Sum of RGB (Red+Green+Blue) = 67+65+104=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #434168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434168 is #BCBE97. Grayscale: #454545. Windows color (decimal): -12369560 or 6832451. OLE color: 6832451.
HSL color Cylindrical-coordinate representation of color #434168: hue angle of 243.08º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #434168 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 65 | 104 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.59 |
| HSL | 243.08º | 0.23% | 0.33% | - |
| HSV(B) | 243.08º | 0.38% | 0.41% | - |
| XYZ | 6.7 | 5.97 | 13.9 | - |
| YUV | 70.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 104 | 0.36 | 0.38 | 0 | 0.59 | 243.08 | 0.23 | 0.33 |
| Hex | 43 | 41 | 68 | 24 | 26 | 0 | 3B | F3 | 17 | 21 |
| Octal | 103 | 101 | 150 | 44 | 46 | 0 | 73 | 363 | 27 | 41 |
| Binary | 1000011 | 1000001 | 1101000 | 100100 | 100110 | 0 | 111011 | 11110011 | 10111 | 100001 |
Color Harmonies of #434168
Complementary color
Monochromatic Colors of #434168
Black with #434168
Text Example
Text Example
White with #434168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434168; }
p { color: rgb(67,65,104); }
H1.HeaderClassName
{
color: #434168;
}
.AnyTagClassName
{
color: #434168;
}
</style>
background-color css
<style>
a { background-color: #434168; }
a { background-color: rgb(67,65,104); }
div.DivClassName
{
background-color: #434168;
}
.BgClassName
{
background-color: #434168;
}
</style>
border-color css
<style>
span { border-color: #434168; }
span { border-color: rgb(67,65,104); }
td.TdClassName
{
border-color: #434168;
}
.TagClassName
{
border-color: #434168;
}
</style>