#398486

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

Shades of Paradiso #398486

Tints of Paradiso #398486

Color information

#398486 (or 0x398486) is unknown color: approx Paradiso. HEX triplet: 39, 84 and 86. RGB value is (57,132,134). Sum of RGB (Red+Green+Blue) = 57+132+134=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: blue. Hex color #398486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398486 is #C67B79. Grayscale: #6D6D6D. Windows color (decimal): -13007738 or 8815673. OLE color: 8815673.

HSL color Cylindrical-coordinate representation of color #398486: hue angle of 181.56º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398486 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB57132134-
CMYK0.570.0100.47
HSL181.56º40.31%37.45%-
HSV(B)181.56º57.46%52.55%-
XYZ14.2419.0925.49-
YUV109.8141.6590.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.65%
GREEN value IS 132 (51.95% from 255) = 40.87%
BLUE value IS 134 (52.73% from 255) = 41.49%
R=17.65%
G=40.87%
B=41.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571321340.570.0100.47181.5640.3137.45
Hex39848639102Fb62825
Octal712042067110572665045
Binary11100110000100100001101110011010111110110110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398486; }

 p { color: rgb(57,132,134); }

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

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

 a { background-color: rgb(57,132,134); }

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

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

 span { border-color: rgb(57,132,134); }

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