#398084

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

Shades of Paradiso #398084

Tints of Paradiso #398084

Color information

#398084 (or 0x398084) is unknown color: approx Paradiso. HEX triplet: 39, 80 and 84. RGB value is (57,128,132). Sum of RGB (Red+Green+Blue) = 57+128+132=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #398084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398084 is #C67F7B. Grayscale: #6B6B6B. Windows color (decimal): -13008764 or 8683577. OLE color: 8683577.

HSL color Cylindrical-coordinate representation of color #398084: hue angle of 183.2º 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 #398084 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB57128132-
CMYK0.570.0300.48
HSL183.2º39.68%37.06%-
HSV(B)183.2º56.82%51.76%-
XYZ13.5717.9724.58-
YUV107.23141.9892.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.98%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=17.98%
G=40.38%
B=41.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571281320.570.0300.48183.239.6837.06
Hex398084393030b72825
Octal712002047130602675045
Binary111001100000001000010011100111011000010110111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398084; }

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

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

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

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

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

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

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

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