#403F67

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

Shades of Corn Flower Blue #403F67

Tints of Corn Flower Blue #403F67

Color information

#403F67 (or 0x403F67) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3F and 67. RGB value is (64,63,103). Sum of RGB (Red+Green+Blue) = 64+63+103=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #403F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F67 is #BFC098. Grayscale: #434343. Windows color (decimal): -12566681 or 6766400. OLE color: 6766400.

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

Color convert

RGB6463103-
CMYK0.380.3900.60
HSL241.5º24.1%32.55%-
HSV(B)241.5º38.83%40.39%-
XYZ6.345.6213.58-
YUV67.86147.83125.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 63 (25% from 255) = 27.39%
BLUE value IS 103 (40.62% from 255) = 44.78%
R=27.83%
G=27.39%
B=44.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64631030.380.3900.60241.524.132.55
Hex403F67262703Cf21821
Octal1007714746470743623041
Binary1000000111111110011110011010011101111001111001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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