Html Css Color HEX #387997 Jelly Bean

📋 copy color: '#387997'

red 56 ◦ green 121 ◦ blue 151

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

Shades of Jelly Bean #387997

Tints of Jelly Bean #387997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.89%

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

R = 17.07%
G = 36.89%
B = 46.04%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#387997 (or 0x387997) is known color: Jelly Bean. HEX triplet: 38, 79 and 97. RGB value is (56,121,151). Sum of RGB (Red+Green+Blue) = 56+121+151=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #387997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387997 is #C78668. Grayscale: #686868. Windows color (decimal): -13076073 or 9926968. OLE color: 9926968.

HSL color Cylindrical-coordinate representation of color #387997: hue angle of 198.95º 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 #387997 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 121 151 -
CMYK 0.63 0.20 0 0.41
HSL 198.95º 0.46% 0.41% -
HSV(B) 198.95º 0.63% 0.59% -
XYZ 14.05 16.75 31.77 -
YUV 104.99 153.97 93.06 -
System Red Green Blue C M Y K H S L
Decimal 56 121 151 0.63 0.20 0 0.41 198.95 0.46 0.41
Hex 38 79 97 3F 14 0 29 C7 2E 29
Octal 70 171 227 77 24 0 51 307 56 51
Binary 111000 1111001 10010111 111111 10100 0 101001 11000111 101110 101001

Color Harmonies of #387997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387997

Black with #387997

Text Example


Text Example

White with #387997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387997; }

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

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

background-color css

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

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

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

border-color css

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

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

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