Shades of Corn Flower Blue #434461
Tints of Corn Flower Blue #434461
RGB
CMYK
RGB Variations
Color information
#434461 (or 0x434461) is known color: Corn Flower Blue. HEX triplet: 43, 44 and 61. RGB value is (67,68,97). Sum of RGB (Red+Green+Blue) = 67+68+97=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #434461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434461 is #BCBB9E. Grayscale: #464646. Windows color (decimal): -12368799 or 6374467. OLE color: 6374467.
HSL color Cylindrical-coordinate representation of color #434461: hue angle of 238º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #434461 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 68 | 97 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.62 |
| HSL | 238º | 0.18% | 0.32% | - |
| HSV(B) | 238º | 0.31% | 0.38% | - |
| XYZ | 6.54 | 6.19 | 12.16 | - |
| YUV | 71.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 97 | 0.31 | 0.30 | 0 | 0.62 | 238 | 0.18 | 0.32 |
| Hex | 43 | 44 | 61 | 1F | 1E | 0 | 3E | EE | 12 | 20 |
| Octal | 103 | 104 | 141 | 37 | 36 | 0 | 76 | 356 | 22 | 40 |
| Binary | 1000011 | 1000100 | 1100001 | 11111 | 11110 | 0 | 111110 | 11101110 | 10010 | 100000 |
Color Harmonies of #434461
Complementary color
Monochromatic Colors of #434461
Black with #434461
Text Example
Text Example
White with #434461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434461; }
p { color: rgb(67,68,97); }
H1.HeaderClassName
{
color: #434461;
}
.AnyTagClassName
{
color: #434461;
}
</style>
background-color css
<style>
a { background-color: #434461; }
a { background-color: rgb(67,68,97); }
div.DivClassName
{
background-color: #434461;
}
.BgClassName
{
background-color: #434461;
}
</style>
border-color css
<style>
span { border-color: #434461; }
span { border-color: rgb(67,68,97); }
td.TdClassName
{
border-color: #434461;
}
.TagClassName
{
border-color: #434461;
}
</style>