Html Css Color HEX #40596C San Juan

📋 copy color: '#40596C'

red 64 ◦ green 89 ◦ blue 108

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

Shades of San Juan #40596C

Tints of San Juan #40596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.1%

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 24.52%
G = 34.1%
B = 41.38%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40596C (or 0x40596C) is known color: San Juan. HEX triplet: 40, 59 and 6C. RGB value is (64,89,108). Sum of RGB (Red+Green+Blue) = 64+89+108=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #40596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40596C is #BFA693. Grayscale: #535353. Windows color (decimal): -12560020 or 7100736. OLE color: 7100736.

HSL color Cylindrical-coordinate representation of color #40596C: hue angle of 205.91º 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 #40596C is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 89 108 -
CMYK 0.41 0.18 0 0.58
HSL 205.91º 0.26% 0.34% -
HSV(B) 205.91º 0.41% 0.42% -
XYZ 8.39 9.32 15.54 -
YUV 83.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 64 89 108 0.41 0.18 0 0.58 205.91 0.26 0.34
Hex 40 59 6C 29 12 0 3A CE 1A 22
Octal 100 131 154 51 22 0 72 316 32 42
Binary 1000000 1011001 1101100 101001 10010 0 111010 11001110 11010 100010

Color Harmonies of #40596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40596C

Black with #40596C

Text Example


Text Example

White with #40596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40596C;
 }
 .AnyTagClassName
 {
   color: #40596C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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