#403DAE

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

Shades of Governor Bay #403DAE

Tints of Governor Bay #403DAE

Color information

#403DAE (or 0x403DAE) is unknown color: approx Governor Bay. HEX triplet: 40, 3D and AE. RGB value is (64,61,174). Sum of RGB (Red+Green+Blue) = 64+61+174=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #403DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403DAE is #BFC251. Grayscale: #4A4A4A. Windows color (decimal): -12567122 or 11418944. OLE color: 11418944.

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

Color convert

RGB6461174-
CMYK0.630.6500.32
HSL241.59º48.09%46.08%-
HSV(B)241.59º64.94%68.24%-
XYZ11.427.4840.89-
YUV74.78183.99120.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 174 (68.36% from 255) = 58.19%
R=21.40%
G=20.40%
B=58.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal64611740.630.6500.32241.5948.0946.08
Hex403DAE3F41020f2302e
Octal10075256771010403626056
Binary1000000111101101011101111111000001010000011110010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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