#434B95

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

Shades of Governor Bay #434B95

Tints of Governor Bay #434B95

Color information

#434B95 (or 0x434B95) is unknown color: approx Governor Bay. HEX triplet: 43, 4B and 95. RGB value is (67,75,149). Sum of RGB (Red+Green+Blue) = 67+75+149=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #434B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B95 is #BCB46A. Grayscale: #505050. Windows color (decimal): -12366955 or 9784131. OLE color: 9784131.

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

Color convert

RGB6775149-
CMYK0.550.5000.42
HSL234.15º37.96%42.35%-
HSV(B)234.15º55.03%58.43%-
XYZ10.268.429.51-
YUV81.04166.35117.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.02%
GREEN value IS 75 (29.69% from 255) = 25.77%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=23.02%
G=25.77%
B=51.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67751490.550.5000.42234.1537.9642.35
Hex434B95373202Aea262a
Octal10311322567620523524652
Binary1000011100101110010101110111110010010101011101010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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