Html Css Color HEX #387C87 Paradiso

📋 copy color: '#387C87'

red 56 ◦ green 124 ◦ blue 135

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

Shades of Paradiso #387C87

Tints of Paradiso #387C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 42.86%

R = 17.78%
G = 39.37%
B = 42.86%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#387C87 (or 0x387C87) is known color: Paradiso. HEX triplet: 38, 7C and 87. RGB value is (56,124,135). Sum of RGB (Red+Green+Blue) = 56+124+135=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #387C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C87 is #C78378. Grayscale: #686868. Windows color (decimal): -13075321 or 8879160. OLE color: 8879160.

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

Color convert

RGB 56 124 135 -
CMYK 0.59 0.08 0 0.47
HSL 188.35º 0.41% 0.37% -
HSV(B) 188.35º 0.59% 0.53% -
XYZ 13.21 17.01 25.51 -
YUV 104.92 144.97 93.11 -
System Red Green Blue C M Y K H S L
Decimal 56 124 135 0.59 0.08 0 0.47 188.35 0.41 0.37
Hex 38 7C 87 3B 8 0 2F BC 29 25
Octal 70 174 207 73 10 0 57 274 51 45
Binary 111000 1111100 10000111 111011 1000 0 101111 10111100 101001 100101

Color Harmonies of #387C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C87

Black with #387C87

Text Example


Text Example

White with #387C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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