#434E94

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

Shades of Governor Bay #434E94

Tints of Governor Bay #434E94

Color information

#434E94 (or 0x434E94) is unknown color: approx Governor Bay. HEX triplet: 43, 4E and 94. RGB value is (67,78,148). Sum of RGB (Red+Green+Blue) = 67+78+148=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #434E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434E94 is #BCB16B. Grayscale: #525252. Windows color (decimal): -12366188 or 9719363. OLE color: 9719363.

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

Color convert

RGB6778148-
CMYK0.550.4700.42
HSL231.85º37.67%42.16%-
HSV(B)231.85º54.73%58.04%-
XYZ10.388.7829.16-
YUV82.69164.86116.81-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.87%
GREEN value IS 78 (30.86% from 255) = 26.62%
BLUE value IS 148 (58.20% from 255) = 50.51%
R=22.87%
G=26.62%
B=50.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67781480.550.4700.42231.8537.6742.16
Hex434E94372F02Ae8262a
Octal10311622467570523504652
Binary1000011100111010010100110111101111010101011101000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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