Html Css Color HEX #40576C San Juan

📋 copy color: '#40576C'

red 64 ◦ green 87 ◦ blue 108

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

Shades of San Juan #40576C

Tints of San Juan #40576C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.59%

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

R = 24.71%
G = 33.59%
B = 41.7%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40576C (or 0x40576C) is known color: San Juan. HEX triplet: 40, 57 and 6C. RGB value is (64,87,108). Sum of RGB (Red+Green+Blue) = 64+87+108=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #40576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40576C is #BFA893. Grayscale: #525252. Windows color (decimal): -12560532 or 7100224. OLE color: 7100224.

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

Color convert

RGB 64 87 108 -
CMYK 0.41 0.19 0 0.58
HSL 208.64º 0.26% 0.34% -
HSV(B) 208.64º 0.41% 0.42% -
XYZ 8.23 8.99 15.49 -
YUV 82.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 64 87 108 0.41 0.19 0 0.58 208.64 0.26 0.34
Hex 40 57 6C 29 13 0 3A D1 1A 22
Octal 100 127 154 51 23 0 72 321 32 42
Binary 1000000 1010111 1101100 101001 10011 0 111010 11010001 11010 100010

Color Harmonies of #40576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40576C

Black with #40576C

Text Example


Text Example

White with #40576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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