#395563

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

Shades of San Juan #395563

Tints of San Juan #395563

Color information

#395563 (or 0x395563) is unknown color: approx San Juan. HEX triplet: 39, 55 and 63. RGB value is (57,85,99). Sum of RGB (Red+Green+Blue) = 57+85+99=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #395563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395563 is #C6AA9C. Grayscale: #4E4E4E. Windows color (decimal): -13019805 or 6509881. OLE color: 6509881.

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

Color convert

RGB578599-
CMYK0.420.1400.61
HSL200º26.92%30.59%-
HSV(B)200º42.42%38.82%-
XYZ7.198.2713.02-
YUV78.22139.72112.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=23.65%
G=35.27%
B=41.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5785990.420.1400.6120026.9230.59
Hex3955632AE03Dc81b1f
Octal7112514352160753103337
Binary1110011010101110001110101011100111101110010001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395563; }

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

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

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

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

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

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

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

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