Shades of Corn Flower Blue #403D68
Tints of Corn Flower Blue #403D68
RGB
CMYK
RGB Variations
Color information
#403D68 (or 0x403D68) is known color: Corn Flower Blue. HEX triplet: 40, 3D and 68. RGB value is (64,61,104). Sum of RGB (Red+Green+Blue) = 64+61+104=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #403D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D68 is #BFC297. Grayscale: #424242. Windows color (decimal): -12567192 or 6831424. OLE color: 6831424.
HSL color Cylindrical-coordinate representation of color #403D68: hue angle of 244.19º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #403D68 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 61 | 104 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.59 |
| HSL | 244.19º | 0.26% | 0.32% | - |
| HSV(B) | 244.19º | 0.41% | 0.41% | - |
| XYZ | 6.28 | 5.43 | 13.81 | - |
| YUV | 66.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 104 | 0.38 | 0.41 | 0 | 0.59 | 244.19 | 0.26 | 0.32 |
| Hex | 40 | 3D | 68 | 26 | 29 | 0 | 3B | F4 | 1A | 20 |
| Octal | 100 | 75 | 150 | 46 | 51 | 0 | 73 | 364 | 32 | 40 |
| Binary | 1000000 | 111101 | 1101000 | 100110 | 101001 | 0 | 111011 | 11110100 | 11010 | 100000 |
Color Harmonies of #403D68
Complementary color
Monochromatic Colors of #403D68
Black with #403D68
Text Example
Text Example
White with #403D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D68; }
p { color: rgb(64,61,104); }
H1.HeaderClassName
{
color: #403D68;
}
.AnyTagClassName
{
color: #403D68;
}
</style>
background-color css
<style>
a { background-color: #403D68; }
a { background-color: rgb(64,61,104); }
div.DivClassName
{
background-color: #403D68;
}
.BgClassName
{
background-color: #403D68;
}
</style>
border-color css
<style>
span { border-color: #403D68; }
span { border-color: rgb(64,61,104); }
td.TdClassName
{
border-color: #403D68;
}
.TagClassName
{
border-color: #403D68;
}
</style>