#41539F

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

Shades of Governor Bay #41539F

Tints of Governor Bay #41539F

Color information

#41539F (or 0x41539F) is unknown color: approx Governor Bay. HEX triplet: 41, 53 and 9F. RGB value is (65,83,159). Sum of RGB (Red+Green+Blue) = 65+83+159=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #41539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41539F is #BEAC60. Grayscale: #555555. Windows color (decimal): -12495969 or 10441537. OLE color: 10441537.

HSL color Cylindrical-coordinate representation of color #41539F: 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 #41539F is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6583159-
CMYK0.590.4800.38
HSL228.51º41.96%43.92%-
HSV(B)228.51º59.12%62.35%-
XYZ11.539.8134.09-
YUV86.28169.04112.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.17%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 159 (62.5% from 255) = 51.79%
R=21.17%
G=27.04%
B=51.79%

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
Decimal65831590.590.4800.38228.5141.9643.92
Hex41539F3B30026e52a2c
Octal10112323773600463455254
Binary1000001101001110011111111011110000010011011100101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41539F; }

 p { color: rgb(65,83,159); }

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

<style>
 a { background-color: #41539F; }

 a { background-color: rgb(65,83,159); }

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

<style>
 span { border-color: #41539F; }

 span { border-color: rgb(65,83,159); }

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