Shades of Corn Flower Blue #453D70
Tints of Corn Flower Blue #453D70
RGB
CMYK
RGB Variations
Color information
#453D70 (or 0x453D70) is known color: Corn Flower Blue. HEX triplet: 45, 3D and 70. RGB value is (69,61,112). Sum of RGB (Red+Green+Blue) = 69+61+112=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #453D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453D70 is #BAC28F. Grayscale: #454545. Windows color (decimal): -12239504 or 7355717. OLE color: 7355717.
HSL color Cylindrical-coordinate representation of color #453D70: hue angle of 249.41º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #453D70 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 61 | 112 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.56 |
| HSL | 249.41º | 0.29% | 0.34% | - |
| HSV(B) | 249.41º | 0.46% | 0.44% | - |
| XYZ | 7.05 | 5.77 | 16.07 | - |
| YUV | 69.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 112 | 0.38 | 0.46 | 0 | 0.56 | 249.41 | 0.29 | 0.34 |
| Hex | 45 | 3D | 70 | 26 | 2E | 0 | 38 | F9 | 1D | 22 |
| Octal | 105 | 75 | 160 | 46 | 56 | 0 | 70 | 371 | 35 | 42 |
| Binary | 1000101 | 111101 | 1110000 | 100110 | 101110 | 0 | 111000 | 11111001 | 11101 | 100010 |
Color Harmonies of #453D70
Complementary color
Monochromatic Colors of #453D70
Black with #453D70
Text Example
Text Example
White with #453D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D70; }
p { color: rgb(69,61,112); }
H1.HeaderClassName
{
color: #453D70;
}
.AnyTagClassName
{
color: #453D70;
}
</style>
background-color css
<style>
a { background-color: #453D70; }
a { background-color: rgb(69,61,112); }
div.DivClassName
{
background-color: #453D70;
}
.BgClassName
{
background-color: #453D70;
}
</style>
border-color css
<style>
span { border-color: #453D70; }
span { border-color: rgb(69,61,112); }
td.TdClassName
{
border-color: #453D70;
}
.TagClassName
{
border-color: #453D70;
}
</style>