#403EAE

Color #403EAE Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #403EAE

Tints of Governor Bay #403EAE

Color information

#403EAE (or 0x403EAE) is unknown color: approx Governor Bay. HEX triplet: 40, 3E and AE. RGB value is (64,62,174). Sum of RGB (Red+Green+Blue) = 64+62+174=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #403EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403EAE is #BFC151. Grayscale: #4A4A4A. Windows color (decimal): -12566866 or 11419200. OLE color: 11419200.

HSL color Cylindrical-coordinate representation of color #403EAE: hue angle of 241.07º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403EAE is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6462174-
CMYK0.630.6400.32
HSL241.07º47.46%46.27%-
HSV(B)241.07º64.37%68.24%-
XYZ11.487.5940.9-
YUV75.37183.66119.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 62 (24.61% from 255) = 20.67%
BLUE value IS 174 (68.36% from 255) = 58%
R=21.33%
G=20.67%
B=58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64621740.630.6400.32241.0747.4646.27
Hex403EAE3F40020f12f2e
Octal10076256771000403615756
Binary1000000111110101011101111111000000010000011110001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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