#395865

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

Shades of San Juan #395865

Tints of San Juan #395865

Color information

#395865 (or 0x395865) is unknown color: approx San Juan. HEX triplet: 39, 58 and 65. RGB value is (57,88,101). Sum of RGB (Red+Green+Blue) = 57+88+101=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #395865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395865 is #C6A79A. Grayscale: #505050. Windows color (decimal): -13019035 or 6641721. OLE color: 6641721.

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

Color convert

RGB5788101-
CMYK0.440.1300.60
HSL197.73º27.85%30.98%-
HSV(B)197.73º43.56%39.61%-
XYZ7.538.7913.61-
YUV80.21139.73111.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=23.17%
G=35.77%
B=41.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57881010.440.1300.60197.7327.8530.98
Hex3958652CD03Cc61c1f
Octal7113014554150743063437
Binary1110011011000110010110110011010111100110001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395865; }

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

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

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

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

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

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

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

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