#434B9B

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

Shades of Governor Bay #434B9B

Tints of Governor Bay #434B9B

Color information

#434B9B (or 0x434B9B) is unknown color: approx Governor Bay. HEX triplet: 43, 4B and 9B. RGB value is (67,75,155). Sum of RGB (Red+Green+Blue) = 67+75+155=297 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.56% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #434B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434B9B is #BCB464. Grayscale: #515151. Windows color (decimal): -12366949 or 10177347. OLE color: 10177347.

HSL color Cylindrical-coordinate representation of color #434B9B: hue angle of 234.55º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #434B9B is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6775155-
CMYK0.570.5200.39
HSL234.55º39.64%43.53%-
HSV(B)234.55º56.77%60.78%-
XYZ10.758.5932.1-
YUV81.73169.35117.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.56%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 155 (60.94% from 255) = 52.19%
R=22.56%
G=25.25%
B=52.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal67751550.570.5200.39234.5539.6443.53
Hex434B9B3934027eb282c
Octal10311323371640473535054
Binary1000011100101110011011111001110100010011111101011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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