Shades of Corn Flower Blue #443C75
Tints of Corn Flower Blue #443C75
RGB
CMYK
RGB Variations
Color information
#443C75 (or 0x443C75) is known color: Corn Flower Blue. HEX triplet: 44, 3C and 75. RGB value is (68,60,117). Sum of RGB (Red+Green+Blue) = 68+60+117=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #443C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443C75 is #BBC38A. Grayscale: #444444. Windows color (decimal): -12305291 or 7683140. OLE color: 7683140.
HSL color Cylindrical-coordinate representation of color #443C75: hue angle of 248.42º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #443C75 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 60 | 117 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.54 |
| HSL | 248.42º | 0.32% | 0.35% | - |
| HSV(B) | 248.42º | 0.49% | 0.46% | - |
| XYZ | 7.21 | 5.75 | 17.56 | - |
| YUV | 68.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 117 | 0.42 | 0.49 | 0 | 0.54 | 248.42 | 0.32 | 0.35 |
| Hex | 44 | 3C | 75 | 2A | 31 | 0 | 36 | F8 | 20 | 23 |
| Octal | 104 | 74 | 165 | 52 | 61 | 0 | 66 | 370 | 40 | 43 |
| Binary | 1000100 | 111100 | 1110101 | 101010 | 110001 | 0 | 110110 | 11111000 | 100000 | 100011 |
Color Harmonies of #443C75
Complementary color
Monochromatic Colors of #443C75
Black with #443C75
Text Example
Text Example
White with #443C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C75; }
p { color: rgb(68,60,117); }
H1.HeaderClassName
{
color: #443C75;
}
.AnyTagClassName
{
color: #443C75;
}
</style>
background-color css
<style>
a { background-color: #443C75; }
a { background-color: rgb(68,60,117); }
div.DivClassName
{
background-color: #443C75;
}
.BgClassName
{
background-color: #443C75;
}
</style>
border-color css
<style>
span { border-color: #443C75; }
span { border-color: rgb(68,60,117); }
td.TdClassName
{
border-color: #443C75;
}
.TagClassName
{
border-color: #443C75;
}
</style>