#434AA0

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

Shades of Governor Bay #434AA0

Tints of Governor Bay #434AA0

Color information

#434AA0 (or 0x434AA0) is unknown color: approx Governor Bay. HEX triplet: 43, 4A and A0. RGB value is (67,74,160). Sum of RGB (Red+Green+Blue) = 67+74+160=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #434AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434AA0 is #BCB55F. Grayscale: #515151. Windows color (decimal): -12367200 or 10504771. OLE color: 10504771.

HSL color Cylindrical-coordinate representation of color #434AA0: hue angle of 235.48º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #434AA0 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6774160-
CMYK0.580.5400.37
HSL235.48º40.97%44.51%-
HSV(B)235.48º58.13%62.75%-
XYZ11.118.6334.34-
YUV81.71172.18117.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.26%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 160 (62.89% from 255) = 53.16%
R=22.26%
G=24.58%
B=53.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal67741600.580.5400.37235.4840.9744.51
Hex434AA03A36025eb292d
Octal10311224072660453535155
Binary1000011100101010100000111010110110010010111101011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,74,160); }

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

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

 a { background-color: rgb(67,74,160); }

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

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

 span { border-color: rgb(67,74,160); }

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