#395763

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

Shades of San Juan #395763

Tints of San Juan #395763

Color information

#395763 (or 0x395763) is unknown color: approx San Juan. HEX triplet: 39, 57 and 63. RGB value is (57,87,99). Sum of RGB (Red+Green+Blue) = 57+87+99=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #395763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395763 is #C6A89C. Grayscale: #4F4F4F. Windows color (decimal): -13019293 or 6510393. OLE color: 6510393.

HSL color Cylindrical-coordinate representation of color #395763: hue angle of 197.14º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #395763 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB578799-
CMYK0.420.1200.61
HSL197.14º26.92%30.59%-
HSV(B)197.14º42.42%38.82%-
XYZ7.358.5913.07-
YUV79.4139.06112.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.46%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 99 (39.06% from 255) = 40.74%
R=23.46%
G=35.80%
B=40.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5787990.420.1200.61197.1426.9230.59
Hex3957632AC03Dc51b1f
Octal7112714352140753053337
Binary1110011010111110001110101011000111101110001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395763; }

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

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

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

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

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

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

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

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