Html Css Color HEX #387E96 Jelly Bean

📋 copy color: '#387E96'

red 56 ◦ green 126 ◦ blue 150

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

Shades of Jelly Bean #387E96

Tints of Jelly Bean #387E96

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.95%

 BLUE value IS 150 (58.98% from 255) = 45.18%

R = 16.87%
G = 37.95%
B = 45.18%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#387E96 (or 0x387E96) is known color: Jelly Bean. HEX triplet: 38, 7E and 96. RGB value is (56,126,150). Sum of RGB (Red+Green+Blue) = 56+126+150=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #387E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387E96 is #C78169. Grayscale: #6B6B6B. Windows color (decimal): -13074794 or 9862712. OLE color: 9862712.

HSL color Cylindrical-coordinate representation of color #387E96: hue angle of 195.32º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #387E96 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 126 150 -
CMYK 0.63 0.16 0 0.41
HSL 195.32º 0.46% 0.4% -
HSV(B) 195.32º 0.63% 0.59% -
XYZ 14.6 17.96 31.55 -
YUV 107.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 56 126 150 0.63 0.16 0 0.41 195.32 0.46 0.4
Hex 38 7E 96 3F 10 0 29 C3 2E 28
Octal 70 176 226 77 20 0 51 303 56 50
Binary 111000 1111110 10010110 111111 10000 0 101001 11000011 101110 101000

Color Harmonies of #387E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387E96

Black with #387E96

Text Example


Text Example

White with #387E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,126,150); }

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

background-color css

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

 a { background-color: rgb(56,126,150); }

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

border-color css

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

 span { border-color: rgb(56,126,150); }

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