Html Css Color HEX #387F84 Paradiso

📋 copy color: '#387F84'

red 56 ◦ green 127 ◦ blue 132

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

Shades of Paradiso #387F84

Tints of Paradiso #387F84

RGB

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

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

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

R = 17.78%
G = 40.32%
B = 41.9%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#387F84 (or 0x387F84) is known color: Paradiso. HEX triplet: 38, 7F and 84. RGB value is (56,127,132). Sum of RGB (Red+Green+Blue) = 56+127+132=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #387F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F84 is #C7807B. Grayscale: #6A6A6A. Windows color (decimal): -13074556 or 8683320. OLE color: 8683320.

HSL color Cylindrical-coordinate representation of color #387F84: hue angle of 183.95º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #387F84 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 127 132 -
CMYK 0.58 0.04 0 0.48
HSL 183.95º 0.4% 0.37% -
HSV(B) 183.95º 0.58% 0.52% -
XYZ 13.39 17.69 24.54 -
YUV 106.34 142.48 92.09 -
System Red Green Blue C M Y K H S L
Decimal 56 127 132 0.58 0.04 0 0.48 183.95 0.4 0.37
Hex 38 7F 84 3A 4 0 30 B8 28 25
Octal 70 177 204 72 4 0 60 270 50 45
Binary 111000 1111111 10000100 111010 100 0 110000 10111000 101000 100101

Color Harmonies of #387F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F84

Black with #387F84

Text Example


Text Example

White with #387F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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