#40536C

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

Shades of East Bay #40536C

Tints of East Bay #40536C

Color information

#40536C (or 0x40536C) is unknown color: approx East Bay. HEX triplet: 40, 53 and 6C. RGB value is (64,83,108). Sum of RGB (Red+Green+Blue) = 64+83+108=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #40536C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40536C is #BFAC93. Grayscale: #505050. Windows color (decimal): -12561556 or 7099200. OLE color: 7099200.

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

Color convert

RGB6483108-
CMYK0.410.2300.58
HSL214.09º25.58%33.73%-
HSV(B)214.09º40.74%42.35%-
XYZ7.918.3615.38-
YUV80.17143.71116.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.10%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=25.10%
G=32.55%
B=42.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64831080.410.2300.58214.0925.5833.73
Hex40536C291703Ad61a22
Octal10012315451270723263242
Binary1000000101001111011001010011011101110101101011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40536C; }

 p { color: rgb(64,83,108); }

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

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

 a { background-color: rgb(64,83,108); }

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

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

 span { border-color: rgb(64,83,108); }

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