Html Css Color HEX #3D596C San Juan

📋 copy color: '#3D596C'

red 61 ◦ green 89 ◦ blue 108

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

Shades of San Juan #3D596C

Tints of San Juan #3D596C

RGB

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

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

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

R = 23.64%
G = 34.5%
B = 41.86%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3D596C (or 0x3D596C) is known color: San Juan. HEX triplet: 3D, 59 and 6C. RGB value is (61,89,108). Sum of RGB (Red+Green+Blue) = 61+89+108=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #3D596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D596C is #C2A693. Grayscale: #525252. Windows color (decimal): -12756628 or 7100733. OLE color: 7100733.

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

Color convert

RGB 61 89 108 -
CMYK 0.44 0.18 0 0.58
HSL 204.26º 0.28% 0.33% -
HSV(B) 204.26º 0.44% 0.42% -
XYZ 8.2 9.22 15.53 -
YUV 82.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 61 89 108 0.44 0.18 0 0.58 204.26 0.28 0.33
Hex 3D 59 6C 2C 12 0 3A CC 1C 21
Octal 75 131 154 54 22 0 72 314 34 41
Binary 111101 1011001 1101100 101100 10010 0 111010 11001100 11100 100001

Color Harmonies of #3D596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D596C

Black with #3D596C

Text Example


Text Example

White with #3D596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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