Html Css Color HEX #397F84 Paradiso

📋 copy color: '#397F84'

red 57 ◦ green 127 ◦ blue 132

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

Shades of Paradiso #397F84

Tints of Paradiso #397F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.77%

R = 18.04%
G = 40.19%
B = 41.77%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#397F84 (or 0x397F84) is known color: Paradiso. HEX triplet: 39, 7F and 84. RGB value is (57,127,132). Sum of RGB (Red+Green+Blue) = 57+127+132=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #397F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397F84 is #C6807B. Grayscale: #6A6A6A. Windows color (decimal): -13009020 or 8683321. OLE color: 8683321.

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

Color convert

RGB 57 127 132 -
CMYK 0.57 0.04 0 0.48
HSL 184º 0.4% 0.37% -
HSV(B) 184º 0.57% 0.52% -
XYZ 13.44 17.71 24.54 -
YUV 106.64 142.31 92.59 -
System Red Green Blue C M Y K H S L
Decimal 57 127 132 0.57 0.04 0 0.48 184 0.4 0.37
Hex 39 7F 84 39 4 0 30 B8 28 25
Octal 71 177 204 71 4 0 60 270 50 45
Binary 111001 1111111 10000100 111001 100 0 110000 10111000 101000 100101

Color Harmonies of #397F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F84

Black with #397F84

Text Example


Text Example

White with #397F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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