#43559D

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

Shades of Governor Bay #43559D

Tints of Governor Bay #43559D

Color information

#43559D (or 0x43559D) is unknown color: approx Governor Bay. HEX triplet: 43, 55 and 9D. RGB value is (67,85,157). Sum of RGB (Red+Green+Blue) = 67+85+157=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #43559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43559D is #BCAA62. Grayscale: #575757. Windows color (decimal): -12364387 or 10310979. OLE color: 10310979.

HSL color Cylindrical-coordinate representation of color #43559D: hue angle of 228º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43559D is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6785157-
CMYK0.570.4600.38
HSL228º40.18%43.92%-
HSV(B)228º57.32%61.57%-
XYZ11.6510.1233.24-
YUV87.83167.04113.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.68%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 157 (61.72% from 255) = 50.81%
R=21.68%
G=27.51%
B=50.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal67851570.570.4600.3822840.1843.92
Hex43559D392E026e4282c
Octal10312523571560463445054
Binary1000011101010110011101111001101110010011011100100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43559D; }

 p { color: rgb(67,85,157); }

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

<style>
 a { background-color: #43559D; }

 a { background-color: rgb(67,85,157); }

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

<style>
 span { border-color: #43559D; }

 span { border-color: rgb(67,85,157); }

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