#397F87

Color #397F87 Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #397F87

Tints of Paradiso #397F87

Color information

#397F87 (or 0x397F87) is unknown color: approx Paradiso. HEX triplet: 39, 7F and 87. RGB value is (57,127,135). Sum of RGB (Red+Green+Blue) = 57+127+135=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #397F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397F87 is #C68078. Grayscale: #6A6A6A. Windows color (decimal): -13009017 or 8879929. OLE color: 8879929.

HSL color Cylindrical-coordinate representation of color #397F87: hue angle of 186.15º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #397F87 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB57127135-
CMYK0.580.0600.47
HSL186.15º40.62%37.65%-
HSV(B)186.15º57.78%52.94%-
XYZ13.6517.825.64-
YUV106.98143.8192.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 127 (50% from 255) = 39.81%
BLUE value IS 135 (53.12% from 255) = 42.32%
R=17.87%
G=39.81%
B=42.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571271350.580.0600.47186.1540.6237.65
Hex397F873A602Fba2926
Octal711772077260572725146
Binary111001111111110000111111010110010111110111010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397F87; }

 p { color: rgb(57,127,135); }

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

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

 a { background-color: rgb(57,127,135); }

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

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

 span { border-color: rgb(57,127,135); }

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