#434C94

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

Shades of Governor Bay #434C94

Tints of Governor Bay #434C94

Color information

#434C94 (or 0x434C94) is unknown color: approx Governor Bay. HEX triplet: 43, 4C and 94. RGB value is (67,76,148). Sum of RGB (Red+Green+Blue) = 67+76+148=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #434C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434C94 is #BCB36B. Grayscale: #515151. Windows color (decimal): -12366700 or 9718851. OLE color: 9718851.

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

Color convert

RGB6776148-
CMYK0.550.4900.42
HSL233.33º37.67%42.16%-
HSV(B)233.33º54.73%58.04%-
XYZ10.248.529.12-
YUV81.52165.52117.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.02%
GREEN value IS 76 (30.08% from 255) = 26.12%
BLUE value IS 148 (58.20% from 255) = 50.86%
R=23.02%
G=26.12%
B=50.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67761480.550.4900.42233.3337.6742.16
Hex434C94373102Ae9262a
Octal10311422467610523514652
Binary1000011100110010010100110111110001010101011101001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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