#398580

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

Shades of Paradiso #398580

Tints of Paradiso #398580

Color information

#398580 (or 0x398580) is unknown color: approx Paradiso. HEX triplet: 39, 85 and 80. RGB value is (57,133,128). Sum of RGB (Red+Green+Blue) = 57+133+128=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #398580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398580 is #C67A7F. Grayscale: #6D6D6D. Windows color (decimal): -13007488 or 8422713. OLE color: 8422713.

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

Color convert

RGB57133128-
CMYK0.5700.040.48
HSL176.05º40%37.25%-
HSV(B)176.05º57.14%52.16%-
XYZ13.9719.223.39-
YUV109.71138.3290.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.92%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 128 (50.39% from 255) = 40.25%
R=17.92%
G=41.82%
B=40.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571331280.5700.040.48176.054037.25
Hex398580390430b02825
Octal712052007104602605045
Binary1110011000010110000000111001010011000010110000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398580; }

 p { color: rgb(57,133,128); }

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

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

 a { background-color: rgb(57,133,128); }

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

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

 span { border-color: rgb(57,133,128); }

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