Html Css Color HEX #41529E Governor Bay

📋 copy color: '#41529E'

red 65 ◦ green 82 ◦ blue 158

#41529E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #41529E

Tints of Governor Bay #41529E

RGB

 RED value IS 65 (25.78% from 255) = 21.31%

 GREEN value IS 82 (32.42% from 255) = 26.89%

 BLUE value IS 158 (62.11% from 255) = 51.8%

R = 21.31%
G = 26.89%
B = 51.8%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41529E (or 0x41529E) is known color: Governor Bay. HEX triplet: 41, 52 and 9E. RGB value is (65,82,158). Sum of RGB (Red+Green+Blue) = 65+82+158=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #41529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41529E is #BEAD61. Grayscale: #555555. Windows color (decimal): -12496226 or 10375745. OLE color: 10375745.

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

Color convert

RGB 65 82 158 -
CMYK 0.59 0.48 0 0.38
HSL 229.03º 0.42% 0.44% -
HSV(B) 229.03º 0.59% 0.62% -
XYZ 11.37 9.63 33.61 -
YUV 85.58 168.87 113.32 -
System Red Green Blue C M Y K H S L
Decimal 65 82 158 0.59 0.48 0 0.38 229.03 0.42 0.44
Hex 41 52 9E 3B 30 0 26 E5 2A 2C
Octal 101 122 236 73 60 0 46 345 52 54
Binary 1000001 1010010 10011110 111011 110000 0 100110 11100101 101010 101100

Color Harmonies of #41529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41529E

Black with #41529E

Text Example


Text Example

White with #41529E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41529E;
 }
 .AnyTagClassName
 {
   color: #41529E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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