Html Css Color HEX #397E82 Paradiso

📋 copy color: '#397E82'

red 57 ◦ green 126 ◦ blue 130

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

Shades of Paradiso #397E82

Tints of Paradiso #397E82

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.26%

 BLUE value IS 130 (51.17% from 255) = 41.53%

R = 18.21%
G = 40.26%
B = 41.53%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#397E82 (or 0x397E82) is known color: Paradiso. HEX triplet: 39, 7E and 82. RGB value is (57,126,130). Sum of RGB (Red+Green+Blue) = 57+126+130=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #397E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397E82 is #C6817D. Grayscale: #696969. Windows color (decimal): -13009278 or 8551993. OLE color: 8551993.

HSL color Cylindrical-coordinate representation of color #397E82: hue angle of 183.29º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #397E82 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 126 130 -
CMYK 0.56 0.03 0 0.49
HSL 183.29º 0.39% 0.37% -
HSV(B) 183.29º 0.56% 0.51% -
XYZ 13.18 17.4 23.78 -
YUV 105.83 141.64 93.17 -
System Red Green Blue C M Y K H S L
Decimal 57 126 130 0.56 0.03 0 0.49 183.29 0.39 0.37
Hex 39 7E 82 38 3 0 31 B7 27 25
Octal 71 176 202 70 3 0 61 267 47 45
Binary 111001 1111110 10000010 111000 11 0 110001 10110111 100111 100101

Color Harmonies of #397E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397E82

Black with #397E82

Text Example


Text Example

White with #397E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397E82; }

 p { color: rgb(57,126,130); }

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

background-color css

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

 a { background-color: rgb(57,126,130); }

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

border-color css

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

 span { border-color: rgb(57,126,130); }

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