#434E93

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

Shades of Governor Bay #434E93

Tints of Governor Bay #434E93

Color information

#434E93 (or 0x434E93) is unknown color: approx Governor Bay. HEX triplet: 43, 4E and 93. RGB value is (67,78,147). Sum of RGB (Red+Green+Blue) = 67+78+147=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #434E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434E93 is #BCB16C. Grayscale: #525252. Windows color (decimal): -12366189 or 9653827. OLE color: 9653827.

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

Color convert

RGB6778147-
CMYK0.540.4700.42
HSL231.75º37.38%41.96%-
HSV(B)231.75º54.42%57.65%-
XYZ10.318.7528.75-
YUV82.58164.36116.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.95%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 147 (57.81% from 255) = 50.34%
R=22.95%
G=26.71%
B=50.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67781470.540.4700.42231.7537.3841.96
Hex434E93362F02Ae8252a
Octal10311622366570523504552
Binary1000011100111010010011110110101111010101011101000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,78,147); }

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

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

 a { background-color: rgb(67,78,147); }

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

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

 span { border-color: rgb(67,78,147); }

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