Html Css Color HEX #3D596A San Juan

📋 copy color: '#3D596A'

red 61 ◦ green 89 ◦ blue 106

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

Shades of San Juan #3D596A

Tints of San Juan #3D596A

RGB

 RED value IS 61 (24.22% from 255) = 23.83%

 GREEN value IS 89 (35.16% from 255) = 34.77%

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

R = 23.83%
G = 34.77%
B = 41.41%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3D596A (or 0x3D596A) is known color: San Juan. HEX triplet: 3D, 59 and 6A. RGB value is (61,89,106). Sum of RGB (Red+Green+Blue) = 61+89+106=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 89 (35.16% from 255 or 34.77% 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 #3D596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D596A is #C2A695. Grayscale: #525252. Windows color (decimal): -12756630 or 6969661. OLE color: 6969661.

HSL color Cylindrical-coordinate representation of color #3D596A: hue angle of 202.67º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D596A is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 61 89 106 -
CMYK 0.42 0.16 0 0.58
HSL 202.67º 0.27% 0.33% -
HSV(B) 202.67º 0.42% 0.42% -
XYZ 8.1 9.18 14.98 -
YUV 82.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 61 89 106 0.42 0.16 0 0.58 202.67 0.27 0.33
Hex 3D 59 6A 2A 10 0 3A CB 1B 21
Octal 75 131 152 52 20 0 72 313 33 41
Binary 111101 1011001 1101010 101010 10000 0 111010 11001011 11011 100001

Color Harmonies of #3D596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D596A

Black with #3D596A

Text Example


Text Example

White with #3D596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D596A; }

 p { color: rgb(61,89,106); }

 H1.HeaderClassName
 {
   color: #3D596A;
 }
 .AnyTagClassName
 {
   color: #3D596A;
 }
</style>

background-color css

<style>
 a { background-color: #3D596A; }

 a { background-color: rgb(61,89,106); }

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

border-color css

<style>
 span { border-color: #3D596A; }

 span { border-color: rgb(61,89,106); }

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