Html Css Color HEX #40586C San Juan

📋 copy color: '#40586C'

red 64 ◦ green 88 ◦ blue 108

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

Shades of San Juan #40586C

Tints of San Juan #40586C

RGB

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

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

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

R = 24.62%
G = 33.85%
B = 41.54%

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

#40586C (or 0x40586C) is known color: San Juan. HEX triplet: 40, 58 and 6C. RGB value is (64,88,108). Sum of RGB (Red+Green+Blue) = 64+88+108=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #40586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40586C is #BFA793. Grayscale: #525252. Windows color (decimal): -12560276 or 7100480. OLE color: 7100480.

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

Color convert

RGB 64 88 108 -
CMYK 0.41 0.19 0 0.58
HSL 207.27º 0.26% 0.34% -
HSV(B) 207.27º 0.41% 0.42% -
XYZ 8.31 9.15 15.52 -
YUV 83.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 64 88 108 0.41 0.19 0 0.58 207.27 0.26 0.34
Hex 40 58 6C 29 13 0 3A CF 1A 22
Octal 100 130 154 51 23 0 72 317 32 42
Binary 1000000 1011000 1101100 101001 10011 0 111010 11001111 11010 100010

Color Harmonies of #40586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40586C

Black with #40586C

Text Example


Text Example

White with #40586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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