#403DAF

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

Shades of Governor Bay #403DAF

Tints of Governor Bay #403DAF

Color information

#403DAF (or 0x403DAF) is unknown color: approx Governor Bay. HEX triplet: 40, 3D and AF. RGB value is (64,61,175). Sum of RGB (Red+Green+Blue) = 64+61+175=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #403DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403DAF is #BFC250. Grayscale: #4A4A4A. Windows color (decimal): -12567121 or 11484480. OLE color: 11484480.

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

Color convert

RGB6461175-
CMYK0.630.6500.31
HSL241.58º48.31%46.27%-
HSV(B)241.58º65.14%68.63%-
XYZ11.527.5241.4-
YUV74.89184.49120.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 61 (24.22% from 255) = 20.33%
BLUE value IS 175 (68.75% from 255) = 58.33%
R=21.33%
G=20.33%
B=58.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64611750.630.6500.31241.5848.3146.27
Hex403DAF3F4101Ff2302e
Octal10075257771010373626056
Binary100000011110110101111111111100000101111111110010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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