#403E67

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

Shades of Corn Flower Blue #403E67

Tints of Corn Flower Blue #403E67

Color information

#403E67 (or 0x403E67) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3E and 67. RGB value is (64,62,103). Sum of RGB (Red+Green+Blue) = 64+62+103=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #403E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403E67 is #BFC198. Grayscale: #434343. Windows color (decimal): -12566937 or 6766144. OLE color: 6766144.

HSL color Cylindrical-coordinate representation of color #403E67: hue angle of 242.93º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #403E67 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6462103-
CMYK0.380.4000.60
HSL242.93º24.85%32.35%-
HSV(B)242.93º39.81%40.39%-
XYZ6.295.5113.57-
YUV67.27148.16125.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 103 (40.62% from 255) = 44.98%
R=27.95%
G=27.07%
B=44.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64621030.380.4000.60242.9324.8532.35
Hex403E67262803Cf31920
Octal1007614746500743633140
Binary1000000111110110011110011010100001111001111001111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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