#403E75

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

Shades of Corn Flower Blue #403E75

Tints of Corn Flower Blue #403E75

Color information

#403E75 (or 0x403E75) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3E and 75. RGB value is (64,62,117). Sum of RGB (Red+Green+Blue) = 64+62+117=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #403E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E75 is #BFC18A. Grayscale: #444444. Windows color (decimal): -12566923 or 7683648. OLE color: 7683648.

HSL color Cylindrical-coordinate representation of color #403E75: hue angle of 242.18º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #403E75 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6462117-
CMYK0.450.4700.54
HSL242.18º30.73%35.1%-
HSV(B)242.18º47.01%45.88%-
XYZ7.055.8217.58-
YUV68.87155.16124.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 62 (24.61% from 255) = 25.51%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=26.34%
G=25.51%
B=48.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64621170.450.4700.54242.1830.7335.1
Hex403E752D2F036f21f23
Octal1007616555570663623743
Binary1000000111110111010110110110111101101101111001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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