#398387

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

Shades of Paradiso #398387

Tints of Paradiso #398387

Color information

#398387 (or 0x398387) is unknown color: approx Paradiso. HEX triplet: 39, 83 and 87. RGB value is (57,131,135). Sum of RGB (Red+Green+Blue) = 57+131+135=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #398387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398387 is #C67C78. Grayscale: #6D6D6D. Windows color (decimal): -13007993 or 8880953. OLE color: 8880953.

HSL color Cylindrical-coordinate representation of color #398387: hue angle of 183.08º 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 #398387 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB57131135-
CMYK0.580.0300.47
HSL183.08º40.62%37.65%-
HSV(B)183.08º57.78%52.94%-
XYZ14.1818.8525.81-
YUV109.33142.4890.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.65%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=17.65%
G=40.56%
B=41.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571311350.580.0300.47183.0840.6237.65
Hex3983873A302Fb72926
Octal712032077230572675146
Binary111001100000111000011111101011010111110110111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398387; }

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

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

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

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

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

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

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

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