#403A6F

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

Shades of Corn Flower Blue #403A6F

Tints of Corn Flower Blue #403A6F

Color information

#403A6F (or 0x403A6F) is unknown color: approx Corn Flower Blue. HEX triplet: 40, 3A and 6F. RGB value is (64,58,111). Sum of RGB (Red+Green+Blue) = 64+58+111=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #403A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A6F is #BFC590. Grayscale: #414141. Windows color (decimal): -12567953 or 7289408. OLE color: 7289408.

HSL color Cylindrical-coordinate representation of color #403A6F: hue angle of 246.79º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #403A6F is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6458111-
CMYK0.420.4800.56
HSL246.79º31.36%33.14%-
HSV(B)246.79º47.75%43.53%-
XYZ6.55.2615.71-
YUV65.84153.49126.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 111 (43.75% from 255) = 47.64%
R=27.47%
G=24.89%
B=47.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64581110.420.4800.56246.7931.3633.14
Hex403A6F2A30038f71f21
Octal1007215752600703673741
Binary1000000111010110111110101011000001110001111011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,58,111); }

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

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

 a { background-color: rgb(64,58,111); }

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

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

 span { border-color: rgb(64,58,111); }

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