#403E63

Color #403E63 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #403E63

Tints of Corn Flower Blue #403E63

Color information

#403E63 (or 0x403E63) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3E and 63. RGB value is (64,62,99). Sum of RGB (Red+Green+Blue) = 64+62+99=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #403E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E63 is #BFC19C. Grayscale: #424242. Windows color (decimal): -12566941 or 6504000. OLE color: 6504000.

HSL color Cylindrical-coordinate representation of color #403E63: hue angle of 243.24º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #403E63 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB646299-
CMYK0.350.3700.61
HSL243.24º22.98%31.57%-
HSV(B)243.24º37.37%38.82%-
XYZ6.095.4412.53-
YUV66.82146.16125.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 62 (24.61% from 255) = 27.56%
BLUE value IS 99 (39.06% from 255) = 44%
R=28.44%
G=27.56%
B=44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6462990.350.3700.61243.2422.9831.57
Hex403E63232503Df31720
Octal1007614343450753632740
Binary1000000111110110001110001110010101111011111001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403E63; }

 p { color: rgb(64,62,99); }

 H1.HeaderClassName
 {
   color: #403E63;
 }
 .AnyTagClassName
 {
   color: #403E63;
 }
</style>
background-color css

<style>
 a { background-color: #403E63; }

 a { background-color: rgb(64,62,99); }

 div.DivClassName
 {
   background-color: #403E63;
 }
 .BgClassName
 {
   background-color: #403E63;
 }
</style>
border-color css

<style>
 span { border-color: #403E63; }

 span { border-color: rgb(64,62,99); }

 td.TdClassName
 {
   border-color: #403E63;
 }
 .TagClassName
 {
   border-color: #403E63;
 }
</style>