#41539A

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

Shades of Governor Bay #41539A

Tints of Governor Bay #41539A

Color information

#41539A (or 0x41539A) is unknown color: approx Governor Bay. HEX triplet: 41, 53 and 9A. RGB value is (65,83,154). Sum of RGB (Red+Green+Blue) = 65+83+154=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #41539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41539A is #BEAC65. Grayscale: #555555. Windows color (decimal): -12495974 or 10113857. OLE color: 10113857.

HSL color Cylindrical-coordinate representation of color #41539A: hue angle of 227.87º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41539A is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6583154-
CMYK0.580.4600.40
HSL227.87º40.64%42.94%-
HSV(B)227.87º57.79%60.39%-
XYZ11.119.6431.85-
YUV85.71166.54113.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 83 (32.81% from 255) = 27.48%
BLUE value IS 154 (60.55% from 255) = 50.99%
R=21.52%
G=27.48%
B=50.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65831540.580.4600.40227.8740.6442.94
Hex41539A3A2E028e4292b
Octal10112323272560503445153
Binary1000001101001110011010111010101110010100011100100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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