#395864

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

Shades of San Juan #395864

Tints of San Juan #395864

Color information

#395864 (or 0x395864) is unknown color: approx San Juan. HEX triplet: 39, 58 and 64. RGB value is (57,88,100). Sum of RGB (Red+Green+Blue) = 57+88+100=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 100 - color contains mainly: blue. Hex color #395864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395864 is #C6A79B. Grayscale: #505050. Windows color (decimal): -13019036 or 6576185. OLE color: 6576185.

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

Color convert

RGB5788100-
CMYK0.430.1200.61
HSL196.74º27.39%30.78%-
HSV(B)196.74º43%39.22%-
XYZ7.488.7713.36-
YUV80.1139.23111.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 100 (39.45% from 255) = 40.82%
R=23.27%
G=35.92%
B=40.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal57881000.430.1200.61196.7427.3930.78
Hex3958642BC03Dc51b1f
Octal7113014453140753053337
Binary1110011011000110010010101111000111101110001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395864; }

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

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

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

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

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

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

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

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