#403F63

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

Shades of Corn Flower Blue #403F63

Tints of Corn Flower Blue #403F63

Color information

#403F63 (or 0x403F63) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3F and 63. RGB value is (64,63,99). Sum of RGB (Red+Green+Blue) = 64+63+99=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #403F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F63 is #BFC09C. Grayscale: #434343. Windows color (decimal): -12566685 or 6504256. OLE color: 6504256.

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

Color convert

RGB646399-
CMYK0.350.3600.61
HSL241.67º22.22%31.76%-
HSV(B)241.67º36.36%38.82%-
XYZ6.145.5512.55-
YUV67.4145.83125.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.32%
GREEN value IS 63 (25% from 255) = 27.88%
BLUE value IS 99 (39.06% from 255) = 43.81%
R=28.32%
G=27.88%
B=43.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6463990.350.3600.61241.6722.2231.76
Hex403F63232403Df21620
Octal1007714343440753622640
Binary1000000111111110001110001110010001111011111001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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