#434dae

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

Shades of Governor Bay #434DAE

Tints of Governor Bay #434DAE

Color information

#434DAE (or 0x434DAE) is unknown color: approx Governor Bay. HEX triplet: 43, 4D and AE. RGB value is (67,77,174). Sum of RGB (Red+Green+Blue) = 67+77+174=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #434DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434DAE is #BCB251. Grayscale: #545454. Windows color (decimal): -12366418 or 11423043. OLE color: 11423043.

HSL color Cylindrical-coordinate representation of color #434DAE: hue angle of 234.39º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #434DAE is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6777174-
CMYK0.610.5600.32
HSL234.39º44.4%47.25%-
HSV(B)234.39º61.49%68.24%-
XYZ12.619.5641.22-
YUV85.07178.19115.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.07%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=21.07%
G=24.21%
B=54.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67771740.610.5600.32234.3944.447.25
Hex434DAE3D38020ea2c2f
Octal10311525675700403525457
Binary1000011100110110101110111101111000010000011101010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434dae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,77,174); }

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

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

 a { background-color: rgb(67,77,174); }

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

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

 span { border-color: rgb(67,77,174); }

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