#434BAE

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

Shades of Governor Bay #434BAE

Tints of Governor Bay #434BAE

Color information

#434BAE (or 0x434BAE) is unknown color: approx Governor Bay. HEX triplet: 43, 4B and AE. RGB value is (67,75,174). Sum of RGB (Red+Green+Blue) = 67+75+174=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #434BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434BAE is #BCB451. Grayscale: #535353. Windows color (decimal): -12366930 or 11422531. OLE color: 11422531.

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

Color convert

RGB6775174-
CMYK0.610.5700.32
HSL235.51º44.4%47.25%-
HSV(B)235.51º61.49%68.24%-
XYZ12.479.2841.18-
YUV83.89178.85115.95-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.20%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 174 (68.36% from 255) = 55.06%
R=21.20%
G=23.73%
B=55.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67751740.610.5700.32235.5144.447.25
Hex434BAE3D39020ec2c2f
Octal10311325675710403545457
Binary1000011100101110101110111101111001010000011101100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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