#43506B

Color #43506B East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #43506B

Tints of East Bay #43506B

Color information

#43506B (or 0x43506B) is unknown color: approx East Bay. HEX triplet: 43, 50 and 6B. RGB value is (67,80,107). Sum of RGB (Red+Green+Blue) = 67+80+107=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 107 - color contains mainly: blue. Hex color #43506B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43506B is #BCAF94. Grayscale: #4F4F4F. Windows color (decimal): -12365717 or 7032899. OLE color: 7032899.

HSL color Cylindrical-coordinate representation of color #43506B: hue angle of 220.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #43506B is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6780107-
CMYK0.370.2500.58
HSL220.5º22.99%34.12%-
HSV(B)220.5º37.38%41.96%-
XYZ7.847.9915.04-
YUV79.19143.69119.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.38%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 107 (42.19% from 255) = 42.13%
R=26.38%
G=31.50%
B=42.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal67801070.370.2500.58220.522.9934.12
Hex43506B251903Adc1722
Octal10312015345310723342742
Binary1000011101000011010111001011100101110101101110010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43506B; }

 p { color: rgb(67,80,107); }

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

<style>
 a { background-color: #43506B; }

 a { background-color: rgb(67,80,107); }

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

<style>
 span { border-color: #43506B; }

 span { border-color: rgb(67,80,107); }

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