#403B6A

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

Shades of Corn Flower Blue #403B6A

Tints of Corn Flower Blue #403B6A

Color information

#403B6A (or 0x403B6A) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3B and 6A. RGB value is (64,59,106). Sum of RGB (Red+Green+Blue) = 64+59+106=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #403B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B6A is #BFC495. Grayscale: #414141. Windows color (decimal): -12567702 or 6961984. OLE color: 6961984.

HSL color Cylindrical-coordinate representation of color #403B6A: hue angle of 246.38º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #403B6A is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6459106-
CMYK0.400.4400.58
HSL246.38º28.48%32.35%-
HSV(B)246.38º44.34%41.57%-
XYZ6.285.2614.32-
YUV65.85150.66126.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 59 (23.44% from 255) = 25.76%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=27.95%
G=25.76%
B=46.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64591060.400.4400.58246.3828.4832.35
Hex403B6A282C03Af61c20
Octal1007315250540723663440
Binary1000000111011110101010100010110001110101111011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,59,106); }

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

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

 a { background-color: rgb(64,59,106); }

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

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

 span { border-color: rgb(64,59,106); }

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