Html Css Color HEX #387C85 Paradiso

📋 copy color: '#387C85'

red 56 ◦ green 124 ◦ blue 133

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

Shades of Paradiso #387C85

Tints of Paradiso #387C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.62%

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

R = 17.89%
G = 39.62%
B = 42.49%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#387C85 (or 0x387C85) is known color: Paradiso. HEX triplet: 38, 7C and 85. RGB value is (56,124,133). Sum of RGB (Red+Green+Blue) = 56+124+133=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #387C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C85 is #C7837A. Grayscale: #686868. Windows color (decimal): -13075323 or 8748088. OLE color: 8748088.

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

Color convert

RGB 56 124 133 -
CMYK 0.58 0.07 0 0.48
HSL 187.01º 0.41% 0.37% -
HSV(B) 187.01º 0.58% 0.52% -
XYZ 13.07 16.95 24.77 -
YUV 104.69 143.97 93.27 -
System Red Green Blue C M Y K H S L
Decimal 56 124 133 0.58 0.07 0 0.48 187.01 0.41 0.37
Hex 38 7C 85 3A 7 0 30 BB 29 25
Octal 70 174 205 72 7 0 60 273 51 45
Binary 111000 1111100 10000101 111010 111 0 110000 10111011 101001 100101

Color Harmonies of #387C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C85

Black with #387C85

Text Example


Text Example

White with #387C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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