Html Css Color HEX #387F8D Jelly Bean

📋 copy color: '#387F8D'

red 56 ◦ green 127 ◦ blue 141

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

Shades of Jelly Bean #387F8D

Tints of Jelly Bean #387F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 39.2%

 BLUE value IS 141 (55.47% from 255) = 43.52%

R = 17.28%
G = 39.2%
B = 43.52%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#387F8D (or 0x387F8D) is known color: Jelly Bean. HEX triplet: 38, 7F and 8D. RGB value is (56,127,141). Sum of RGB (Red+Green+Blue) = 56+127+141=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #387F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F8D is #C78072. Grayscale: #6B6B6B. Windows color (decimal): -13074547 or 9273144. OLE color: 9273144.

HSL color Cylindrical-coordinate representation of color #387F8D: hue angle of 189.88º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #387F8D is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 127 141 -
CMYK 0.60 0.10 0 0.45
HSL 189.88º 0.43% 0.39% -
HSV(B) 189.88º 0.6% 0.55% -
XYZ 14.03 17.94 27.92 -
YUV 107.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 56 127 141 0.60 0.10 0 0.45 189.88 0.43 0.39
Hex 38 7F 8D 3C A 0 2D BE 2B 27
Octal 70 177 215 74 12 0 55 276 53 47
Binary 111000 1111111 10001101 111100 1010 0 101101 10111110 101011 100111

Color Harmonies of #387F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F8D

Black with #387F8D

Text Example


Text Example

White with #387F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,127,141); }

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

background-color css

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

 a { background-color: rgb(56,127,141); }

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

border-color css

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

 span { border-color: rgb(56,127,141); }

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