Html Css Color HEX #40515B San Juan

📋 copy color: '#40515B'

red 64 ◦ green 81 ◦ blue 91

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

Shades of San Juan #40515B

Tints of San Juan #40515B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

 BLUE value IS 91 (35.94% from 255) = 38.56%

R = 27.12%
G = 34.32%
B = 38.56%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40515B (or 0x40515B) is known color: San Juan. HEX triplet: 40, 51 and 5B. RGB value is (64,81,91). Sum of RGB (Red+Green+Blue) = 64+81+91=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #40515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40515B is #BFAEA4. Grayscale: #4D4D4D. Windows color (decimal): -12562085 or 5984576. OLE color: 5984576.

HSL color Cylindrical-coordinate representation of color #40515B: hue angle of 202.22º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40515B is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 81 91 -
CMYK 0.30 0.11 0 0.64
HSL 202.22º 0.17% 0.3% -
HSV(B) 202.22º 0.3% 0.36% -
XYZ 6.95 7.73 11.02 -
YUV 77.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 64 81 91 0.30 0.11 0 0.64 202.22 0.17 0.3
Hex 40 51 5B 1E B 0 40 CA 11 1E
Octal 100 121 133 36 13 0 100 312 21 36
Binary 1000000 1010001 1011011 11110 1011 0 1000000 11001010 10001 11110

Color Harmonies of #40515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40515B

Black with #40515B

Text Example


Text Example

White with #40515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,81,91); }

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

background-color css

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

 a { background-color: rgb(64,81,91); }

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

border-color css

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

 span { border-color: rgb(64,81,91); }

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