Html Css Color HEX #387C88 Jelly Bean

📋 copy color: '#387C88'

red 56 ◦ green 124 ◦ blue 136

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

Shades of Jelly Bean #387C88

Tints of Jelly Bean #387C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.04%

R = 17.72%
G = 39.24%
B = 43.04%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#387C88 (or 0x387C88) is known color: Jelly Bean. HEX triplet: 38, 7C and 88. RGB value is (56,124,136). Sum of RGB (Red+Green+Blue) = 56+124+136=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #387C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C88 is #C78377. Grayscale: #686868. Windows color (decimal): -13075320 or 8944696. OLE color: 8944696.

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

Color convert

RGB 56 124 136 -
CMYK 0.59 0.09 0 0.47
HSL 189º 0.42% 0.38% -
HSV(B) 189º 0.59% 0.53% -
XYZ 13.28 17.03 25.88 -
YUV 105.04 145.47 93.02 -
System Red Green Blue C M Y K H S L
Decimal 56 124 136 0.59 0.09 0 0.47 189 0.42 0.38
Hex 38 7C 88 3B 9 0 2F BD 2A 26
Octal 70 174 210 73 11 0 57 275 52 46
Binary 111000 1111100 10001000 111011 1001 0 101111 10111101 101010 100110

Color Harmonies of #387C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C88

Black with #387C88

Text Example


Text Example

White with #387C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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