Html Css Color HEX #387F86 Paradiso

📋 copy color: '#387F86'

red 56 ◦ green 127 ◦ blue 134

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

Shades of Paradiso #387F86

Tints of Paradiso #387F86

RGB

 RED value IS 56 (22.27% from 255) = 17.67%

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

 BLUE value IS 134 (52.73% from 255) = 42.27%

R = 17.67%
G = 40.06%
B = 42.27%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#387F86 (or 0x387F86) is known color: Paradiso. HEX triplet: 38, 7F and 86. RGB value is (56,127,134). Sum of RGB (Red+Green+Blue) = 56+127+134=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #387F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F86 is #C78079. Grayscale: #6A6A6A. Windows color (decimal): -13074554 or 8814392. OLE color: 8814392.

HSL color Cylindrical-coordinate representation of color #387F86: hue angle of 185.38º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387F86 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 127 134 -
CMYK 0.58 0.05 0 0.47
HSL 185.38º 0.41% 0.37% -
HSV(B) 185.38º 0.58% 0.53% -
XYZ 13.52 17.74 25.27 -
YUV 106.57 143.48 91.93 -
System Red Green Blue C M Y K H S L
Decimal 56 127 134 0.58 0.05 0 0.47 185.38 0.41 0.37
Hex 38 7F 86 3A 5 0 2F B9 29 25
Octal 70 177 206 72 5 0 57 271 51 45
Binary 111000 1111111 10000110 111010 101 0 101111 10111001 101001 100101

Color Harmonies of #387F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F86

Black with #387F86

Text Example


Text Example

White with #387F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387F86; }

 p { color: rgb(56,127,134); }

 H1.HeaderClassName
 {
   color: #387F86;
 }
 .AnyTagClassName
 {
   color: #387F86;
 }
</style>

background-color css

<style>
 a { background-color: #387F86; }

 a { background-color: rgb(56,127,134); }

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

border-color css

<style>
 span { border-color: #387F86; }

 span { border-color: rgb(56,127,134); }

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