#398182

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

Shades of Paradiso #398182

Tints of Paradiso #398182

Color information

#398182 (or 0x398182) is unknown color: approx Paradiso. HEX triplet: 39, 81 and 82. RGB value is (57,129,130). Sum of RGB (Red+Green+Blue) = 57+129+130=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #398182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398182 is #C67E7D. Grayscale: #6B6B6B. Windows color (decimal): -13008510 or 8552761. OLE color: 8552761.

HSL color Cylindrical-coordinate representation of color #398182: hue angle of 180.82º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398182 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB57129130-
CMYK0.560.0100.49
HSL180.82º39.04%36.67%-
HSV(B)180.82º56.15%50.98%-
XYZ13.5718.1823.91-
YUV107.59140.6591.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.04%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=18.04%
G=40.82%
B=41.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571291300.560.0100.49180.8239.0436.67
Hex398182381031b52725
Octal712012027010612654745
Binary11100110000001100000101110001011000110110101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398182; }

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

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

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

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

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

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

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

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