#398289

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

Shades of Paradiso #398289

Tints of Paradiso #398289

Color information

#398289 (or 0x398289) is unknown color: approx Paradiso. HEX triplet: 39, 82 and 89. RGB value is (57,130,137). Sum of RGB (Red+Green+Blue) = 57+130+137=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #398289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398289 is #C67D76. Grayscale: #6C6C6C. Windows color (decimal): -13008247 or 9011769. OLE color: 9011769.

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

Color convert

RGB57130137-
CMYK0.580.0500.46
HSL185.25º41.24%38.04%-
HSV(B)185.25º58.39%53.73%-
XYZ14.1918.6426.52-
YUV108.97143.8290.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.59%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 137 (53.91% from 255) = 42.28%
R=17.59%
G=40.12%
B=42.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571301370.580.0500.46185.2541.2438.04
Hex3982893A502Eb92926
Octal712022117250562715146
Binary1110011000001010001001111010101010111010111001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398289; }

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

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

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

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

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

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

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

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