Html Css Color HEX #387797 Jelly Bean

📋 copy color: '#387797'

red 56 ◦ green 119 ◦ blue 151

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

Shades of Jelly Bean #387797

Tints of Jelly Bean #387797

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.5%

 BLUE value IS 151 (59.38% from 255) = 46.32%

R = 17.18%
G = 36.5%
B = 46.32%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#387797 (or 0x387797) is known color: Jelly Bean. HEX triplet: 38, 77 and 97. RGB value is (56,119,151). Sum of RGB (Red+Green+Blue) = 56+119+151=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #387797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387797 is #C78868. Grayscale: #676767. Windows color (decimal): -13076585 or 9926456. OLE color: 9926456.

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

Color convert

RGB 56 119 151 -
CMYK 0.63 0.21 0 0.41
HSL 200.21º 0.46% 0.41% -
HSV(B) 200.21º 0.63% 0.59% -
XYZ 13.81 16.27 31.69 -
YUV 103.81 154.63 93.9 -
System Red Green Blue C M Y K H S L
Decimal 56 119 151 0.63 0.21 0 0.41 200.21 0.46 0.41
Hex 38 77 97 3F 15 0 29 C8 2E 29
Octal 70 167 227 77 25 0 51 310 56 51
Binary 111000 1110111 10010111 111111 10101 0 101001 11001000 101110 101001

Color Harmonies of #387797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387797

Black with #387797

Text Example


Text Example

White with #387797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387797; }

 p { color: rgb(56,119,151); }

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

background-color css

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

 a { background-color: rgb(56,119,151); }

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

border-color css

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

 span { border-color: rgb(56,119,151); }

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