Html Css Color HEX #395565 San Juan

📋 copy color: '#395565'

red 57 ◦ green 85 ◦ blue 101

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

Shades of San Juan #395565

Tints of San Juan #395565

RGB

 RED value IS 57 (22.66% from 255) = 23.46%

 GREEN value IS 85 (33.59% from 255) = 34.98%

 BLUE value IS 101 (39.84% from 255) = 41.56%

R = 23.46%
G = 34.98%
B = 41.56%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#395565 (or 0x395565) is known color: San Juan. HEX triplet: 39, 55 and 65. RGB value is (57,85,101). Sum of RGB (Red+Green+Blue) = 57+85+101=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #395565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395565 is #C6AA9A. Grayscale: #4E4E4E. Windows color (decimal): -13019803 or 6640953. OLE color: 6640953.

HSL color Cylindrical-coordinate representation of color #395565: hue angle of 201.82º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #395565 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 85 101 -
CMYK 0.44 0.16 0 0.60
HSL 201.82º 0.28% 0.31% -
HSV(B) 201.82º 0.44% 0.4% -
XYZ 7.28 8.31 13.53 -
YUV 78.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 57 85 101 0.44 0.16 0 0.60 201.82 0.28 0.31
Hex 39 55 65 2C 10 0 3C CA 1C 1F
Octal 71 125 145 54 20 0 74 312 34 37
Binary 111001 1010101 1100101 101100 10000 0 111100 11001010 11100 11111

Color Harmonies of #395565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395565

Black with #395565

Text Example


Text Example

White with #395565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395565; }

 p { color: rgb(57,85,101); }

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

background-color css

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

 a { background-color: rgb(57,85,101); }

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

border-color css

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

 span { border-color: rgb(57,85,101); }

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