Html Css Color HEX #387D8A Jelly Bean

📋 copy color: '#387D8A'

red 56 ◦ green 125 ◦ blue 138

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

Shades of Jelly Bean #387D8A

Tints of Jelly Bean #387D8A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.18%

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 17.55%
G = 39.18%
B = 43.26%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#387D8A (or 0x387D8A) is known color: Jelly Bean. HEX triplet: 38, 7D and 8A. RGB value is (56,125,138). Sum of RGB (Red+Green+Blue) = 56+125+138=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #387D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387D8A is #C78275. Grayscale: #696969. Windows color (decimal): -13075062 or 9076024. OLE color: 9076024.

HSL color Cylindrical-coordinate representation of color #387D8A: hue angle of 189.51º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387D8A is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 125 138 -
CMYK 0.59 0.09 0 0.46
HSL 189.51º 0.42% 0.38% -
HSV(B) 189.51º 0.59% 0.54% -
XYZ 13.55 17.34 26.68 -
YUV 105.85 146.14 92.44 -
System Red Green Blue C M Y K H S L
Decimal 56 125 138 0.59 0.09 0 0.46 189.51 0.42 0.38
Hex 38 7D 8A 3B 9 0 2E BE 2A 26
Octal 70 175 212 73 11 0 56 276 52 46
Binary 111000 1111101 10001010 111011 1001 0 101110 10111110 101010 100110

Color Harmonies of #387D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387D8A

Black with #387D8A

Text Example


Text Example

White with #387D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,125,138); }

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

background-color css

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

 a { background-color: rgb(56,125,138); }

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

border-color css

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

 span { border-color: rgb(56,125,138); }

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