Html Css Color HEX #387994 Jelly Bean

📋 copy color: '#387994'

red 56 ◦ green 121 ◦ blue 148

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

Shades of Jelly Bean #387994

Tints of Jelly Bean #387994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.54%

R = 17.23%
G = 37.23%
B = 45.54%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#387994 (or 0x387994) is known color: Jelly Bean. HEX triplet: 38, 79 and 94. RGB value is (56,121,148). Sum of RGB (Red+Green+Blue) = 56+121+148=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #387994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387994 is #C7866B. Grayscale: #686868. Windows color (decimal): -13076076 or 9730360. OLE color: 9730360.

HSL color Cylindrical-coordinate representation of color #387994: hue angle of 197.61º 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 #387994 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 121 148 -
CMYK 0.62 0.18 0 0.42
HSL 197.61º 0.45% 0.4% -
HSV(B) 197.61º 0.62% 0.58% -
XYZ 13.81 16.65 30.5 -
YUV 104.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 56 121 148 0.62 0.18 0 0.42 197.61 0.45 0.4
Hex 38 79 94 3E 12 0 2A C6 2D 28
Octal 70 171 224 76 22 0 52 306 55 50
Binary 111000 1111001 10010100 111110 10010 0 101010 11000110 101101 101000

Color Harmonies of #387994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387994

Black with #387994

Text Example


Text Example

White with #387994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387994; }

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

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

background-color css

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

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

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

border-color css

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

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

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