#434B94

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

Shades of Governor Bay #434B94

Tints of Governor Bay #434B94

Color information

#434B94 (or 0x434B94) is unknown color: approx Governor Bay. HEX triplet: 43, 4B and 94. RGB value is (67,75,148). Sum of RGB (Red+Green+Blue) = 67+75+148=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #434B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B94 is #BCB46B. Grayscale: #505050. Windows color (decimal): -12366956 or 9718595. OLE color: 9718595.

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

Color convert

RGB6775148-
CMYK0.550.4900.42
HSL234.07º37.67%42.16%-
HSV(B)234.07º54.73%58.04%-
XYZ10.188.3629.09-
YUV80.93165.85118.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.10%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 148 (58.20% from 255) = 51.03%
R=23.10%
G=25.86%
B=51.03%

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
Decimal67751480.550.4900.42234.0737.6742.16
Hex434B94373102Aea262a
Octal10311322467610523524652
Binary1000011100101110010100110111110001010101011101010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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