Shades of Corn Flower Blue #434275
Tints of Corn Flower Blue #434275
RGB
CMYK
RGB Variations
Color information
#434275 (or 0x434275) is known color: Corn Flower Blue. HEX triplet: 43, 42 and 75. RGB value is (67,66,117). Sum of RGB (Red+Green+Blue) = 67+66+117=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #434275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434275 is #BCBD8A. Grayscale: #474747. Windows color (decimal): -12369291 or 7684675. OLE color: 7684675.
HSL color Cylindrical-coordinate representation of color #434275: hue angle of 241.18º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #434275 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 66 | 117 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.54 |
| HSL | 241.18º | 0.28% | 0.36% | - |
| HSV(B) | 241.18º | 0.44% | 0.46% | - |
| XYZ | 7.47 | 6.37 | 17.67 | - |
| YUV | 72.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 117 | 0.43 | 0.44 | 0 | 0.54 | 241.18 | 0.28 | 0.36 |
| Hex | 43 | 42 | 75 | 2B | 2C | 0 | 36 | F1 | 1C | 24 |
| Octal | 103 | 102 | 165 | 53 | 54 | 0 | 66 | 361 | 34 | 44 |
| Binary | 1000011 | 1000010 | 1110101 | 101011 | 101100 | 0 | 110110 | 11110001 | 11100 | 100100 |
Color Harmonies of #434275
Complementary color
Monochromatic Colors of #434275
Black with #434275
Text Example
Text Example
White with #434275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434275; }
p { color: rgb(67,66,117); }
H1.HeaderClassName
{
color: #434275;
}
.AnyTagClassName
{
color: #434275;
}
</style>
background-color css
<style>
a { background-color: #434275; }
a { background-color: rgb(67,66,117); }
div.DivClassName
{
background-color: #434275;
}
.BgClassName
{
background-color: #434275;
}
</style>
border-color css
<style>
span { border-color: #434275; }
span { border-color: rgb(67,66,117); }
td.TdClassName
{
border-color: #434275;
}
.TagClassName
{
border-color: #434275;
}
</style>