#434CAE

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

Shades of Governor Bay #434CAE

Tints of Governor Bay #434CAE

Color information

#434CAE (or 0x434CAE) is unknown color: approx Governor Bay. HEX triplet: 43, 4C and AE. RGB value is (67,76,174). Sum of RGB (Red+Green+Blue) = 67+76+174=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #434CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434CAE is #BCB351. Grayscale: #545454. Windows color (decimal): -12366674 or 11422787. OLE color: 11422787.

HSL color Cylindrical-coordinate representation of color #434CAE: hue angle of 234.95º 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 #434CAE is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6776174-
CMYK0.610.5600.32
HSL234.95º44.4%47.25%-
HSV(B)234.95º61.49%68.24%-
XYZ12.549.4241.2-
YUV84.48178.52115.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.14%
GREEN value IS 76 (30.08% from 255) = 23.97%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=21.14%
G=23.97%
B=54.89%

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
Decimal67761740.610.5600.32234.9544.447.25
Hex434CAE3D38020eb2c2f
Octal10311425675700403535457
Binary1000011100110010101110111101111000010000011101011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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