Html Css Color HEX #398486 Paradiso

📋 copy color: '#398486'

red 57 ◦ green 132 ◦ blue 134

#398486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #398486

Tints of Paradiso #398486

RGB

 RED value IS 57 (22.66% from 255) = 17.65%

 GREEN value IS 132 (51.95% from 255) = 40.87%

 BLUE value IS 134 (52.73% from 255) = 41.49%

R = 17.65%
G = 40.87%
B = 41.49%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#398486 (or 0x398486) is known color: Paradiso. HEX triplet: 39, 84 and 86. RGB value is (57,132,134). Sum of RGB (Red+Green+Blue) = 57+132+134=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 134 - color contains mainly: blue. Hex color #398486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398486 is #C67B79. Grayscale: #6D6D6D. Windows color (decimal): -13007738 or 8815673. OLE color: 8815673.

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

Color convert

RGB 57 132 134 -
CMYK 0.57 0.01 0 0.47
HSL 181.56º 0.4% 0.37% -
HSV(B) 181.56º 0.57% 0.53% -
XYZ 14.24 19.09 25.49 -
YUV 109.8 141.65 90.34 -
System Red Green Blue C M Y K H S L
Decimal 57 132 134 0.57 0.01 0 0.47 181.56 0.4 0.37
Hex 39 84 86 39 1 0 2F B6 28 25
Octal 71 204 206 71 1 0 57 266 50 45
Binary 111001 10000100 10000110 111001 1 0 101111 10110110 101000 100101

Color Harmonies of #398486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398486

Black with #398486

Text Example


Text Example

White with #398486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398486; }

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

 H1.HeaderClassName
 {
   color: #398486;
 }
 .AnyTagClassName
 {
   color: #398486;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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