#395967

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

Shades of San Juan #395967

Tints of San Juan #395967

Color information

#395967 (or 0x395967) is unknown color: approx San Juan. HEX triplet: 39, 59 and 67. RGB value is (57,89,103). Sum of RGB (Red+Green+Blue) = 57+89+103=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #395967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395967 is #C6A698. Grayscale: #505050. Windows color (decimal): -13018777 or 6773049. OLE color: 6773049.

HSL color Cylindrical-coordinate representation of color #395967: hue angle of 198.26º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #395967 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5789103-
CMYK0.450.1400.60
HSL198.26º28.75%31.37%-
HSV(B)198.26º44.66%40.39%-
XYZ7.718.9914.16-
YUV81.03140.4110.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.89%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 103 (40.62% from 255) = 41.37%
R=22.89%
G=35.74%
B=41.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57891030.450.1400.60198.2628.7531.37
Hex3959672DE03Cc61d1f
Octal7113114755160743063537
Binary1110011011001110011110110111100111100110001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395967; }

 p { color: rgb(57,89,103); }

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

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

 a { background-color: rgb(57,89,103); }

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

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

 span { border-color: rgb(57,89,103); }

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