#395765

Color #395765 San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #395765

Tints of San Juan #395765

Color information

#395765 (or 0x395765) is unknown color: approx San Juan. HEX triplet: 39, 57 and 65. RGB value is (57,87,101). Sum of RGB (Red+Green+Blue) = 57+87+101=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 101 - color contains mainly: blue. Hex color #395765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395765 is #C6A89A. Grayscale: #4F4F4F. Windows color (decimal): -13019291 or 6641465. OLE color: 6641465.

HSL color Cylindrical-coordinate representation of color #395765: hue angle of 199.09º 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 #395765 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5787101-
CMYK0.440.1400.60
HSL199.09º27.85%30.98%-
HSV(B)199.09º43.56%39.61%-
XYZ7.448.6313.58-
YUV79.63140.06111.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 87 (34.38% from 255) = 35.51%
BLUE value IS 101 (39.84% from 255) = 41.22%
R=23.27%
G=35.51%
B=41.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57871010.440.1400.60199.0927.8530.98
Hex3957652CE03Cc71c1f
Octal7112714554160743073437
Binary1110011010111110010110110011100111100110001111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395765; }

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

 H1.HeaderClassName
 {
   color: #395765;
 }
 .AnyTagClassName
 {
   color: #395765;
 }
</style>
background-color css

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

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

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

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

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

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