#398086

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

Shades of Paradiso #398086

Tints of Paradiso #398086

Color information

#398086 (or 0x398086) is unknown color: approx Paradiso. HEX triplet: 39, 80 and 86. RGB value is (57,128,134). Sum of RGB (Red+Green+Blue) = 57+128+134=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #398086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398086 is #C67F79. Grayscale: #6B6B6B. Windows color (decimal): -13008762 or 8814649. OLE color: 8814649.

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

Color convert

RGB57128134-
CMYK0.570.0400.47
HSL184.68º40.31%37.45%-
HSV(B)184.68º57.46%52.55%-
XYZ13.7118.0325.31-
YUV107.46142.9892.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=17.87%
G=40.13%
B=42.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571281340.570.0400.47184.6840.3137.45
Hex39808639402Fb92825
Octal712002067140572715045
Binary1110011000000010000110111001100010111110111001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398086; }

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

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

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

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

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

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

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

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