#398389

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

Shades of Paradiso #398389

Tints of Paradiso #398389

Color information

#398389 (or 0x398389) is unknown color: approx Paradiso. HEX triplet: 39, 83 and 89. RGB value is (57,131,137). Sum of RGB (Red+Green+Blue) = 57+131+137=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #398389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398389 is #C67C76. Grayscale: #6D6D6D. Windows color (decimal): -13007991 or 9012025. OLE color: 9012025.

HSL color Cylindrical-coordinate representation of color #398389: hue angle of 184.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398389 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB57131137-
CMYK0.580.0400.46
HSL184.5º41.24%38.04%-
HSV(B)184.5º58.39%53.73%-
XYZ14.3218.9126.56-
YUV109.56143.4890.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.54%
GREEN value IS 131 (51.56% from 255) = 40.31%
BLUE value IS 137 (53.91% from 255) = 42.15%
R=17.54%
G=40.31%
B=42.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571311370.580.0400.46184.541.2438.04
Hex3983893A402Eb82926
Octal712032117240562705146
Binary1110011000001110001001111010100010111010111000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398389; }

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

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

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

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

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

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

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

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