Html Css Color HEX #40566A San Juan

📋 copy color: '#40566A'

red 64 ◦ green 86 ◦ blue 106

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

Shades of San Juan #40566A

Tints of San Juan #40566A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.59%

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

R = 25%
G = 33.59%
B = 41.41%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40566A (or 0x40566A) is known color: San Juan. HEX triplet: 40, 56 and 6A. RGB value is (64,86,106). Sum of RGB (Red+Green+Blue) = 64+86+106=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #40566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40566A is #BFA995. Grayscale: #515151. Windows color (decimal): -12560790 or 6968896. OLE color: 6968896.

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

Color convert

RGB 64 86 106 -
CMYK 0.40 0.19 0 0.58
HSL 208.57º 0.25% 0.33% -
HSV(B) 208.57º 0.4% 0.42% -
XYZ 8.04 8.79 14.91 -
YUV 81.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 64 86 106 0.40 0.19 0 0.58 208.57 0.25 0.33
Hex 40 56 6A 28 13 0 3A D1 19 21
Octal 100 126 152 50 23 0 72 321 31 41
Binary 1000000 1010110 1101010 101000 10011 0 111010 11010001 11001 100001

Color Harmonies of #40566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40566A

Black with #40566A

Text Example


Text Example

White with #40566A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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