#40529E

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

Shades of Governor Bay #40529E

Tints of Governor Bay #40529E

Color information

#40529E (or 0x40529E) is unknown color: approx Governor Bay. HEX triplet: 40, 52 and 9E. RGB value is (64,82,158). Sum of RGB (Red+Green+Blue) = 64+82+158=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #40529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40529E is #BFAD61. Grayscale: #545454. Windows color (decimal): -12561762 or 10375744. OLE color: 10375744.

HSL color Cylindrical-coordinate representation of color #40529E: hue angle of 228.51º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40529E is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6482158-
CMYK0.590.4800.38
HSL228.51º42.34%43.53%-
HSV(B)228.51º59.49%61.96%-
XYZ11.39.5933.6-
YUV85.28169.04112.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 158 (62.11% from 255) = 51.97%
R=21.05%
G=26.97%
B=51.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64821580.590.4800.38228.5142.3443.53
Hex40529E3B30026e52a2c
Octal10012223673600463455254
Binary1000000101001010011110111011110000010011011100101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40529E; }

 p { color: rgb(64,82,158); }

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

<style>
 a { background-color: #40529E; }

 a { background-color: rgb(64,82,158); }

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

<style>
 span { border-color: #40529E; }

 span { border-color: rgb(64,82,158); }

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