Html Css Color HEX #40586B San Juan

📋 copy color: '#40586B'

red 64 ◦ green 88 ◦ blue 107

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

Shades of San Juan #40586B

Tints of San Juan #40586B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.98%

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

R = 24.71%
G = 33.98%
B = 41.31%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40586B (or 0x40586B) is known color: San Juan. HEX triplet: 40, 58 and 6B. RGB value is (64,88,107). Sum of RGB (Red+Green+Blue) = 64+88+107=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 107 - color contains mainly: blue. Hex color #40586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40586B is #BFA794. Grayscale: #525252. Windows color (decimal): -12560277 or 7034944. OLE color: 7034944.

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

Color convert

RGB 64 88 107 -
CMYK 0.40 0.18 0 0.58
HSL 206.51º 0.25% 0.34% -
HSV(B) 206.51º 0.4% 0.42% -
XYZ 8.26 9.13 15.24 -
YUV 82.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 64 88 107 0.40 0.18 0 0.58 206.51 0.25 0.34
Hex 40 58 6B 28 12 0 3A CF 19 22
Octal 100 130 153 50 22 0 72 317 31 42
Binary 1000000 1011000 1101011 101000 10010 0 111010 11001111 11001 100010

Color Harmonies of #40586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40586B

Black with #40586B

Text Example


Text Example

White with #40586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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