Html Css Color HEX #40536B East Bay

📋 copy color: '#40536B'

red 64 ◦ green 83 ◦ blue 107

#40536B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Bay #40536B

Tints of East Bay #40536B

RGB

 RED value IS 64 (25.39% from 255) = 25.2%

 GREEN value IS 83 (32.81% from 255) = 32.68%

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 25.2%
G = 32.68%
B = 42.13%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40536B (or 0x40536B) is known color: East Bay. HEX triplet: 40, 53 and 6B. RGB value is (64,83,107). Sum of RGB (Red+Green+Blue) = 64+83+107=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 83 (32.81% from 255 or 32.68% 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 #40536B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40536B is #BFAC94. Grayscale: #4F4F4F. Windows color (decimal): -12561557 or 7033664. OLE color: 7033664.

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

Color convert

RGB 64 83 107 -
CMYK 0.40 0.22 0 0.58
HSL 213.49º 0.25% 0.34% -
HSV(B) 213.49º 0.4% 0.42% -
XYZ 7.86 8.34 15.1 -
YUV 80.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 64 83 107 0.40 0.22 0 0.58 213.49 0.25 0.34
Hex 40 53 6B 28 16 0 3A D5 19 22
Octal 100 123 153 50 26 0 72 325 31 42
Binary 1000000 1010011 1101011 101000 10110 0 111010 11010101 11001 100010

Color Harmonies of #40536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40536B

Black with #40536B

Text Example


Text Example

White with #40536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40536B;
 }
 .AnyTagClassName
 {
   color: #40536B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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