#41529A

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

Shades of Governor Bay #41529A

Tints of Governor Bay #41529A

Color information

#41529A (or 0x41529A) is unknown color: approx Governor Bay. HEX triplet: 41, 52 and 9A. RGB value is (65,82,154). Sum of RGB (Red+Green+Blue) = 65+82+154=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #41529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41529A is #BEAD65. Grayscale: #545454. Windows color (decimal): -12496230 or 10113601. OLE color: 10113601.

HSL color Cylindrical-coordinate representation of color #41529A: hue angle of 228.54º 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 #41529A is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6582154-
CMYK0.580.4700.40
HSL228.54º40.64%42.94%-
HSV(B)228.54º57.79%60.39%-
XYZ11.039.4931.82-
YUV85.12166.87113.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=21.59%
G=27.24%
B=51.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65821540.580.4700.40228.5440.6442.94
Hex41529A3A2F028e5292b
Octal10112223272570503455153
Binary1000001101001010011010111010101111010100011100101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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