#39808B

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

Shades of Paradiso #39808B

Tints of Paradiso #39808B

Color information

#39808B (or 0x39808B) is unknown color: approx Paradiso. HEX triplet: 39, 80 and 8B. RGB value is (57,128,139). Sum of RGB (Red+Green+Blue) = 57+128+139=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #39808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39808B is #C67F74. Grayscale: #6B6B6B. Windows color (decimal): -13008757 or 9142329. OLE color: 9142329.

HSL color Cylindrical-coordinate representation of color #39808B: hue angle of 188.05º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39808B is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57128139-
CMYK0.590.0800.45
HSL188.05º41.84%38.43%-
HSV(B)188.05º58.99%54.51%-
XYZ14.0718.1727.19-
YUV108.02145.4891.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.59%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 139 (54.69% from 255) = 42.90%
R=17.59%
G=39.51%
B=42.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571281390.590.0800.45188.0541.8438.43
Hex39808B3B802Dbc2a26
Octal7120021373100552745246
Binary11100110000000100010111110111000010110110111100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39808B; }

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

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

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

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

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

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

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

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