#395562

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

Shades of San Juan #395562

Tints of San Juan #395562

Color information

#395562 (or 0x395562) is unknown color: approx San Juan. HEX triplet: 39, 55 and 62. RGB value is (57,85,98). Sum of RGB (Red+Green+Blue) = 57+85+98=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #395562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395562 is #C6AA9D. Grayscale: #4E4E4E. Windows color (decimal): -13019806 or 6444345. OLE color: 6444345.

HSL color Cylindrical-coordinate representation of color #395562: hue angle of 199.02º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #395562 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB578598-
CMYK0.420.1300.62
HSL199.02º26.45%30.39%-
HSV(B)199.02º41.84%38.43%-
XYZ7.148.2512.77-
YUV78.11139.22112.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=23.75%
G=35.42%
B=40.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5785980.420.1300.62199.0226.4530.39
Hex3955622AD03Ec71a1e
Octal7112514252150763073236
Binary1110011010101110001010101011010111110110001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395562; }

 p { color: rgb(57,85,98); }

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

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

 a { background-color: rgb(57,85,98); }

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

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

 span { border-color: rgb(57,85,98); }

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