Html Css Color HEX #40586A San Juan

📋 copy color: '#40586A'

red 64 ◦ green 88 ◦ blue 106

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

Shades of San Juan #40586A

Tints of San Juan #40586A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.09%

R = 24.81%
G = 34.11%
B = 41.09%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40586A (or 0x40586A) is known color: San Juan. HEX triplet: 40, 58 and 6A. RGB value is (64,88,106). Sum of RGB (Red+Green+Blue) = 64+88+106=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #40586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40586A is #BFA795. Grayscale: #525252. Windows color (decimal): -12560278 or 6969408. OLE color: 6969408.

HSL color Cylindrical-coordinate representation of color #40586A: hue angle of 205.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40586A is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 88 106 -
CMYK 0.40 0.17 0 0.58
HSL 205.71º 0.25% 0.33% -
HSV(B) 205.71º 0.4% 0.42% -
XYZ 8.21 9.11 14.96 -
YUV 82.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 64 88 106 0.40 0.17 0 0.58 205.71 0.25 0.33
Hex 40 58 6A 28 11 0 3A CE 19 21
Octal 100 130 152 50 21 0 72 316 31 41
Binary 1000000 1011000 1101010 101000 10001 0 111010 11001110 11001 100001

Color Harmonies of #40586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40586A

Black with #40586A

Text Example


Text Example

White with #40586A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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