Html Css Color HEX #387E90 Jelly Bean

📋 copy color: '#387E90'

red 56 ◦ green 126 ◦ blue 144

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

Shades of Jelly Bean #387E90

Tints of Jelly Bean #387E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.17%

R = 17.18%
G = 38.65%
B = 44.17%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#387E90 (or 0x387E90) is known color: Jelly Bean. HEX triplet: 38, 7E and 90. RGB value is (56,126,144). Sum of RGB (Red+Green+Blue) = 56+126+144=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #387E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387E90 is #C7816F. Grayscale: #6A6A6A. Windows color (decimal): -13074800 or 9469496. OLE color: 9469496.

HSL color Cylindrical-coordinate representation of color #387E90: hue angle of 192.27º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #387E90 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 126 144 -
CMYK 0.61 0.12 0 0.44
HSL 192.27º 0.44% 0.39% -
HSV(B) 192.27º 0.61% 0.56% -
XYZ 14.13 17.78 29.07 -
YUV 107.12 148.81 91.54 -
System Red Green Blue C M Y K H S L
Decimal 56 126 144 0.61 0.12 0 0.44 192.27 0.44 0.39
Hex 38 7E 90 3D C 0 2C C0 2C 27
Octal 70 176 220 75 14 0 54 300 54 47
Binary 111000 1111110 10010000 111101 1100 0 101100 11000000 101100 100111

Color Harmonies of #387E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387E90

Black with #387E90

Text Example


Text Example

White with #387E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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