Html Css Color HEX #397F81 Paradiso

📋 copy color: '#397F81'

red 57 ◦ green 127 ◦ blue 129

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

Shades of Paradiso #397F81

Tints of Paradiso #397F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.21%

R = 18.21%
G = 40.58%
B = 41.21%

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

#397F81 (or 0x397F81) is known color: Paradiso. HEX triplet: 39, 7F and 81. RGB value is (57,127,129). Sum of RGB (Red+Green+Blue) = 57+127+129=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #397F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397F81 is #C6807E. Grayscale: #6A6A6A. Windows color (decimal): -13009023 or 8486713. OLE color: 8486713.

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

Color convert

RGB 57 127 129 -
CMYK 0.56 0.02 0 0.49
HSL 181.67º 0.39% 0.36% -
HSV(B) 181.67º 0.56% 0.51% -
XYZ 13.24 17.63 23.47 -
YUV 106.3 140.81 92.84 -
System Red Green Blue C M Y K H S L
Decimal 57 127 129 0.56 0.02 0 0.49 181.67 0.39 0.36
Hex 39 7F 81 38 2 0 31 B6 27 24
Octal 71 177 201 70 2 0 61 266 47 44
Binary 111001 1111111 10000001 111000 10 0 110001 10110110 100111 100100

Color Harmonies of #397F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F81

Black with #397F81

Text Example


Text Example

White with #397F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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