Html Css Color HEX #40529B Governor Bay

📋 copy color: '#40529B'

red 64 ◦ green 82 ◦ blue 155

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

Shades of Governor Bay #40529B

Tints of Governor Bay #40529B

RGB

 RED value IS 64 (25.39% from 255) = 21.26%

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

 BLUE value IS 155 (60.94% from 255) = 51.5%

R = 21.26%
G = 27.24%
B = 51.5%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40529B (or 0x40529B) is known color: Governor Bay. HEX triplet: 40, 52 and 9B. RGB value is (64,82,155). Sum of RGB (Red+Green+Blue) = 64+82+155=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #40529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40529B is #BFAD64. Grayscale: #545454. Windows color (decimal): -12561765 or 10179136. OLE color: 10179136.

HSL color Cylindrical-coordinate representation of color #40529B: hue angle of 228.13º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40529B is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 82 155 -
CMYK 0.59 0.47 0 0.39
HSL 228.13º 0.42% 0.43% -
HSV(B) 228.13º 0.59% 0.61% -
XYZ 11.05 9.49 32.26 -
YUV 84.94 167.54 113.06 -
System Red Green Blue C M Y K H S L
Decimal 64 82 155 0.59 0.47 0 0.39 228.13 0.42 0.43
Hex 40 52 9B 3B 2F 0 27 E4 2A 2B
Octal 100 122 233 73 57 0 47 344 52 53
Binary 1000000 1010010 10011011 111011 101111 0 100111 11100100 101010 101011

Color Harmonies of #40529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40529B

Black with #40529B

Text Example


Text Example

White with #40529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40529B;
 }
 .AnyTagClassName
 {
   color: #40529B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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