#395866

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

Shades of San Juan #395866

Tints of San Juan #395866

Color information

#395866 (or 0x395866) is unknown color: approx San Juan. HEX triplet: 39, 58 and 66. RGB value is (57,88,102). Sum of RGB (Red+Green+Blue) = 57+88+102=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #395866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395866 is #C6A799. Grayscale: #505050. Windows color (decimal): -13019034 or 6707257. OLE color: 6707257.

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

Color convert

RGB5788102-
CMYK0.440.1400.6
HSL198.67º28.3%31.18%-
HSV(B)198.67º44.12%40%-
XYZ7.588.8113.87-
YUV80.33140.23111.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=23.08%
G=35.63%
B=41.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57881020.440.1400.6198.6728.331.18
Hex3958662CE03Cc71c1f
Octal7113014654160743073437
Binary1110011011000110011010110011100111100110001111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395866; }

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

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

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

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

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

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

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

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