#445368

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

Shades of East Bay #445368

Tints of East Bay #445368

Color information

#445368 (or 0x445368) is unknown color: approx East Bay. HEX triplet: 44, 53 and 68. RGB value is (68,83,104). Sum of RGB (Red+Green+Blue) = 68+83+104=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #445368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445368 is #BBAC97. Grayscale: #505050. Windows color (decimal): -12299416 or 6837060. OLE color: 6837060.

HSL color Cylindrical-coordinate representation of color #445368: hue angle of 215º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #445368 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6883104-
CMYK0.350.2000.59
HSL215º20.93%33.73%-
HSV(B)215º34.62%40.78%-
XYZ7.988.4114.3-
YUV80.91141.03118.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=26.67%
G=32.55%
B=40.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68831040.350.2000.5921520.9333.73
Hex445368231403Bd71522
Octal10412315043240733272542
Binary1000100101001111010001000111010001110111101011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445368; }

 p { color: rgb(68,83,104); }

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

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

 a { background-color: rgb(68,83,104); }

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

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

 span { border-color: rgb(68,83,104); }

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