#434C61

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

Shades of East Bay #434C61

Tints of East Bay #434C61

Color information

#434C61 (or 0x434C61) is unknown color: approx East Bay. HEX triplet: 43, 4C and 61. RGB value is (67,76,97). Sum of RGB (Red+Green+Blue) = 67+76+97=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #434C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C61 is #BCB39E. Grayscale: #4B4B4B. Windows color (decimal): -12366751 or 6376515. OLE color: 6376515.

HSL color Cylindrical-coordinate representation of color #434C61: hue angle of 222º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #434C61 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB677697-
CMYK0.310.2200.62
HSL222º18.29%32.16%-
HSV(B)222º30.93%38.04%-
XYZ7.067.2312.33-
YUV75.7140.02121.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.92%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=27.92%
G=31.67%
B=40.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6776970.310.2200.6222218.2932.16
Hex434C611F1603Ede1220
Octal10311414137260763362240
Binary100001110011001100001111111011001111101101111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,76,97); }

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

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

 a { background-color: rgb(67,76,97); }

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

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

 span { border-color: rgb(67,76,97); }

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