#395667

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

Shades of San Juan #395667

Tints of San Juan #395667

Color information

#395667 (or 0x395667) is unknown color: approx San Juan. HEX triplet: 39, 56 and 67. RGB value is (57,86,103). Sum of RGB (Red+Green+Blue) = 57+86+103=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 103 - color contains mainly: blue. Hex color #395667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395667 is #C6A998. Grayscale: #4F4F4F. Windows color (decimal): -13019545 or 6772281. OLE color: 6772281.

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

Color convert

RGB5786103-
CMYK0.450.1700.60
HSL202.17º28.75%31.37%-
HSV(B)202.17º44.66%40.39%-
XYZ7.468.514.08-
YUV79.27141.39112.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.17%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 103 (40.62% from 255) = 41.87%
R=23.17%
G=34.96%
B=41.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57861030.450.1700.60202.1728.7531.37
Hex3956672D1103Cca1d1f
Octal7112614755210743123537
Binary11100110101101100111101101100010111100110010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395667; }

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

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

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

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

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

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

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

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