Shades of Corn Flower Blue #434365
Tints of Corn Flower Blue #434365
RGB
CMYK
RGB Variations
Color information
#434365 (or 0x434365) is known color: Corn Flower Blue. HEX triplet: 43, 43 and 65. RGB value is (67,67,101). Sum of RGB (Red+Green+Blue) = 67+67+101=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #434365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434365 is #BCBC9A. Grayscale: #464646. Windows color (decimal): -12369051 or 6636355. OLE color: 6636355.
HSL color Cylindrical-coordinate representation of color #434365: hue angle of 240º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #434365 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 67 | 67 | 101 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.60 |
| HSL | 240º | 0.2% | 0.33% | - |
| HSV(B) | 240º | 0.34% | 0.4% | - |
| XYZ | 6.67 | 6.15 | 13.15 | - |
| YUV | 70.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 67 | 101 | 0.34 | 0.34 | 0 | 0.60 | 240 | 0.2 | 0.33 |
| Hex | 43 | 43 | 65 | 22 | 22 | 0 | 3C | F0 | 14 | 21 |
| Octal | 103 | 103 | 145 | 42 | 42 | 0 | 74 | 360 | 24 | 41 |
| Binary | 1000011 | 1000011 | 1100101 | 100010 | 100010 | 0 | 111100 | 11110000 | 10100 | 100001 |
Color Harmonies of #434365
Complementary color
Monochromatic Colors of #434365
Black with #434365
Text Example
Text Example
White with #434365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434365; }
p { color: rgb(67,67,101); }
H1.HeaderClassName
{
color: #434365;
}
.AnyTagClassName
{
color: #434365;
}
</style>
background-color css
<style>
a { background-color: #434365; }
a { background-color: rgb(67,67,101); }
div.DivClassName
{
background-color: #434365;
}
.BgClassName
{
background-color: #434365;
}
</style>
border-color css
<style>
span { border-color: #434365; }
span { border-color: rgb(67,67,101); }
td.TdClassName
{
border-color: #434365;
}
.TagClassName
{
border-color: #434365;
}
</style>