Html Css Color HEX #397D84 Paradiso

📋 copy color: '#397D84'

red 57 ◦ green 125 ◦ blue 132

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

Shades of Paradiso #397D84

Tints of Paradiso #397D84

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.81%

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

R = 18.15%
G = 39.81%
B = 42.04%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#397D84 (or 0x397D84) is known color: Paradiso. HEX triplet: 39, 7D and 84. RGB value is (57,125,132). Sum of RGB (Red+Green+Blue) = 57+125+132=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #397D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397D84 is #C6827B. Grayscale: #696969. Windows color (decimal): -13009532 or 8682809. OLE color: 8682809.

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

Color convert

RGB 57 125 132 -
CMYK 0.57 0.05 0 0.48
HSL 185.6º 0.4% 0.37% -
HSV(B) 185.6º 0.57% 0.52% -
XYZ 13.19 17.2 24.46 -
YUV 105.47 142.97 93.43 -
System Red Green Blue C M Y K H S L
Decimal 57 125 132 0.57 0.05 0 0.48 185.6 0.4 0.37
Hex 39 7D 84 39 5 0 30 BA 28 25
Octal 71 175 204 71 5 0 60 272 50 45
Binary 111001 1111101 10000100 111001 101 0 110000 10111010 101000 100101

Color Harmonies of #397D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D84

Black with #397D84

Text Example


Text Example

White with #397D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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