#434B90

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

Shades of Governor Bay #434B90

Tints of Governor Bay #434B90

Color information

#434B90 (or 0x434B90) is unknown color: approx Governor Bay. HEX triplet: 43, 4B and 90. RGB value is (67,75,144). Sum of RGB (Red+Green+Blue) = 67+75+144=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #434B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B90 is #BCB46F. Grayscale: #505050. Windows color (decimal): -12366960 or 9456451. OLE color: 9456451.

HSL color Cylindrical-coordinate representation of color #434B90: hue angle of 233.77º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #434B90 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6775144-
CMYK0.530.4800.44
HSL233.77º36.49%41.37%-
HSV(B)233.77º53.47%56.47%-
XYZ9.868.2427.46-
YUV80.47163.85118.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.43%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 144 (56.64% from 255) = 50.35%
R=23.43%
G=26.22%
B=50.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67751440.530.4800.44233.7736.4941.37
Hex434B90353002Cea2429
Octal10311322065600543524451
Binary1000011100101110010000110101110000010110011101010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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