#434C92

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

Shades of Governor Bay #434C92

Tints of Governor Bay #434C92

Color information

#434C92 (or 0x434C92) is unknown color: approx Governor Bay. HEX triplet: 43, 4C and 92. RGB value is (67,76,146). Sum of RGB (Red+Green+Blue) = 67+76+146=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #434C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434C92 is #BCB36D. Grayscale: #515151. Windows color (decimal): -12366702 or 9587779. OLE color: 9587779.

HSL color Cylindrical-coordinate representation of color #434C92: hue angle of 233.16º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #434C92 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6776146-
CMYK0.540.4800.43
HSL233.16º37.09%41.76%-
HSV(B)233.16º54.11%57.25%-
XYZ10.098.4428.29-
YUV81.29164.52117.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.18%
GREEN value IS 76 (30.08% from 255) = 26.30%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=23.18%
G=26.30%
B=50.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67761460.540.4800.43233.1637.0941.76
Hex434C92363002Be9252a
Octal10311422266600533514552
Binary1000011100110010010010110110110000010101111101001100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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