#434E95

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

Shades of Governor Bay #434E95

Tints of Governor Bay #434E95

Color information

#434E95 (or 0x434E95) is unknown color: approx Governor Bay. HEX triplet: 43, 4E and 95. RGB value is (67,78,149). Sum of RGB (Red+Green+Blue) = 67+78+149=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #434E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434E95 is #BCB16A. Grayscale: #525252. Windows color (decimal): -12366187 or 9784899. OLE color: 9784899.

HSL color Cylindrical-coordinate representation of color #434E95: hue angle of 231.95º 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 #434E95 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6778149-
CMYK0.550.4800.42
HSL231.95º37.96%42.35%-
HSV(B)231.95º55.03%58.43%-
XYZ10.468.8129.58-
YUV82.8165.36116.73-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.79%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 149 (58.59% from 255) = 50.68%
R=22.79%
G=26.53%
B=50.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67781490.550.4800.42231.9537.9642.35
Hex434E95373002Ae8262a
Octal10311622567600523504652
Binary1000011100111010010101110111110000010101011101000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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