#434BA9

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

Shades of Governor Bay #434BA9

Tints of Governor Bay #434BA9

Color information

#434BA9 (or 0x434BA9) is unknown color: approx Governor Bay. HEX triplet: 43, 4B and A9. RGB value is (67,75,169). Sum of RGB (Red+Green+Blue) = 67+75+169=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 169 (66.41% from 255 or 54.34% from 311); Max value from RGB is 169 - color contains mainly: blue. Hex color #434BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434BA9 is #BCB456. Grayscale: #525252. Windows color (decimal): -12366935 or 11094851. OLE color: 11094851.

HSL color Cylindrical-coordinate representation of color #434BA9: hue angle of 235.29º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #434BA9 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6775169-
CMYK0.600.5600.34
HSL235.29º43.22%46.27%-
HSV(B)235.29º60.36%66.27%-
XYZ11.999.0938.66-
YUV83.32176.35116.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.54%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 169 (66.41% from 255) = 54.34%
R=21.54%
G=24.12%
B=54.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal67751690.600.5600.34235.2943.2246.27
Hex434BA93C38022eb2b2e
Octal10311325174700423535356
Binary1000011100101110101001111100111000010001011101011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434BA9; }

 p { color: rgb(67,75,169); }

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

<style>
 a { background-color: #434BA9; }

 a { background-color: rgb(67,75,169); }

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

<style>
 span { border-color: #434BA9; }

 span { border-color: rgb(67,75,169); }

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