#434EA4

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

Shades of Governor Bay #434EA4

Tints of Governor Bay #434EA4

Color information

#434EA4 (or 0x434EA4) is unknown color: approx Governor Bay. HEX triplet: 43, 4E and A4. RGB value is (67,78,164). Sum of RGB (Red+Green+Blue) = 67+78+164=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #434EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434EA4 is #BCB15B. Grayscale: #545454. Windows color (decimal): -12366172 or 10767939. OLE color: 10767939.

HSL color Cylindrical-coordinate representation of color #434EA4: hue angle of 233.2º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #434EA4 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6778164-
CMYK0.590.5200.36
HSL233.2º41.99%45.29%-
HSV(B)233.2º59.15%64.31%-
XYZ11.749.3236.3-
YUV84.51172.86115.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.68%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 164 (64.45% from 255) = 53.07%
R=21.68%
G=25.24%
B=53.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal67781640.590.5200.36233.241.9945.29
Hex434EA43B34024e92a2d
Octal10311624473640443515255
Binary1000011100111010100100111011110100010010011101001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,78,164); }

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

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

 a { background-color: rgb(67,78,164); }

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

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

 span { border-color: rgb(67,78,164); }

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