Html Css Color HEX #387C93 Jelly Bean

📋 copy color: '#387C93'

red 56 ◦ green 124 ◦ blue 147

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

Shades of Jelly Bean #387C93

Tints of Jelly Bean #387C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.95%

R = 17.13%
G = 37.92%
B = 44.95%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#387C93 (or 0x387C93) is known color: Jelly Bean. HEX triplet: 38, 7C and 93. RGB value is (56,124,147). Sum of RGB (Red+Green+Blue) = 56+124+147=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #387C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C93 is #C7836C. Grayscale: #6A6A6A. Windows color (decimal): -13075309 or 9665592. OLE color: 9665592.

HSL color Cylindrical-coordinate representation of color #387C93: hue angle of 195.16º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387C93 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 124 147 -
CMYK 0.62 0.16 0 0.42
HSL 195.16º 0.45% 0.4% -
HSV(B) 195.16º 0.62% 0.58% -
XYZ 14.11 17.36 30.21 -
YUV 106.29 150.97 92.13 -
System Red Green Blue C M Y K H S L
Decimal 56 124 147 0.62 0.16 0 0.42 195.16 0.45 0.4
Hex 38 7C 93 3E 10 0 2A C3 2D 28
Octal 70 174 223 76 20 0 52 303 55 50
Binary 111000 1111100 10010011 111110 10000 0 101010 11000011 101101 101000

Color Harmonies of #387C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C93

Black with #387C93

Text Example


Text Example

White with #387C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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