Html Css Color HEX #397F82 Paradiso

📋 copy color: '#397F82'

red 57 ◦ green 127 ◦ blue 130

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

Shades of Paradiso #397F82

Tints of Paradiso #397F82

RGB

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

 GREEN value IS 127 (50% from 255) = 40.45%

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

R = 18.15%
G = 40.45%
B = 41.4%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#397F82 (or 0x397F82) is known color: Paradiso. HEX triplet: 39, 7F and 82. RGB value is (57,127,130). Sum of RGB (Red+Green+Blue) = 57+127+130=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #397F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397F82 is #C6807D. Grayscale: #6A6A6A. Windows color (decimal): -13009022 or 8552249. OLE color: 8552249.

HSL color Cylindrical-coordinate representation of color #397F82: hue angle of 182.47º 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 #397F82 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 127 130 -
CMYK 0.56 0.02 0 0.49
HSL 182.47º 0.39% 0.37% -
HSV(B) 182.47º 0.56% 0.51% -
XYZ 13.31 17.66 23.83 -
YUV 106.41 141.31 92.76 -
System Red Green Blue C M Y K H S L
Decimal 57 127 130 0.56 0.02 0 0.49 182.47 0.39 0.37
Hex 39 7F 82 38 2 0 31 B6 27 25
Octal 71 177 202 70 2 0 61 266 47 45
Binary 111001 1111111 10000010 111000 10 0 110001 10110110 100111 100101

Color Harmonies of #397F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F82

Black with #397F82

Text Example


Text Example

White with #397F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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