Html Css Color HEX #387E85 Paradiso

📋 copy color: '#387E85'

red 56 ◦ green 126 ◦ blue 133

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

Shades of Paradiso #387E85

Tints of Paradiso #387E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40%

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 17.78%
G = 40%
B = 42.22%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#387E85 (or 0x387E85) is known color: Paradiso. HEX triplet: 38, 7E and 85. RGB value is (56,126,133). Sum of RGB (Red+Green+Blue) = 56+126+133=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #387E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387E85 is #C7817A. Grayscale: #696969. Windows color (decimal): -13074811 or 8748600. OLE color: 8748600.

HSL color Cylindrical-coordinate representation of color #387E85: hue angle of 185.45º degrees, saturation: 0.41, 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 #387E85 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 126 133 -
CMYK 0.58 0.05 0 0.48
HSL 185.45º 0.41% 0.37% -
HSV(B) 185.45º 0.58% 0.52% -
XYZ 13.33 17.46 24.86 -
YUV 105.87 143.31 92.43 -
System Red Green Blue C M Y K H S L
Decimal 56 126 133 0.58 0.05 0 0.48 185.45 0.41 0.37
Hex 38 7E 85 3A 5 0 30 B9 29 25
Octal 70 176 205 72 5 0 60 271 51 45
Binary 111000 1111110 10000101 111010 101 0 110000 10111001 101001 100101

Color Harmonies of #387E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387E85

Black with #387E85

Text Example


Text Example

White with #387E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,126,133); }

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

background-color css

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

 a { background-color: rgb(56,126,133); }

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

border-color css

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

 span { border-color: rgb(56,126,133); }

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