Html Css Color HEX #398086 Paradiso

📋 copy color: '#398086'

red 57 ◦ green 128 ◦ blue 134

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

Shades of Paradiso #398086

Tints of Paradiso #398086

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 value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#398086 (or 0x398086) is known color: 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

RGB 57 128 134 -
CMYK 0.57 0.04 0 0.47
HSL 184.68º 0.4% 0.37% -
HSV(B) 184.68º 0.57% 0.53% -
XYZ 13.71 18.03 25.31 -
YUV 107.46 142.98 92.01 -
System Red Green Blue C M Y K H S L
Decimal 57 128 134 0.57 0.04 0 0.47 184.68 0.4 0.37
Hex 39 80 86 39 4 0 2F B9 28 25
Octal 71 200 206 71 4 0 57 271 50 45
Binary 111001 10000000 10000110 111001 100 0 101111 10111001 101000 100101

Color Harmonies of #398086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398086

Black with #398086

Text Example


Text Example

White with #398086

Text Example


Text Example

HTML Codes & Css Web 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>