Html Css Color HEX #387C83 Paradiso

📋 copy color: '#387C83'

red 56 ◦ green 124 ◦ blue 131

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

Shades of Paradiso #387C83

Tints of Paradiso #387C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.12%

R = 18.01%
G = 39.87%
B = 42.12%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#387C83 (or 0x387C83) is known color: Paradiso. HEX triplet: 38, 7C and 83. RGB value is (56,124,131). Sum of RGB (Red+Green+Blue) = 56+124+131=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #387C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C83 is #C7837C. Grayscale: #686868. Windows color (decimal): -13075325 or 8617016. OLE color: 8617016.

HSL color Cylindrical-coordinate representation of color #387C83: hue angle of 185.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387C83 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 124 131 -
CMYK 0.57 0.05 0 0.49
HSL 185.6º 0.4% 0.37% -
HSV(B) 185.6º 0.57% 0.51% -
XYZ 12.94 16.89 24.05 -
YUV 104.47 142.97 93.43 -
System Red Green Blue C M Y K H S L
Decimal 56 124 131 0.57 0.05 0 0.49 185.6 0.4 0.37
Hex 38 7C 83 39 5 0 31 BA 28 25
Octal 70 174 203 71 5 0 61 272 50 45
Binary 111000 1111100 10000011 111001 101 0 110001 10111010 101000 100101

Color Harmonies of #387C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C83

Black with #387C83

Text Example


Text Example

White with #387C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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