Html Css Color HEX #387894 Jelly Bean

📋 copy color: '#387894'

red 56 ◦ green 120 ◦ blue 148

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

Shades of Jelly Bean #387894

Tints of Jelly Bean #387894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.04%

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

R = 17.28%
G = 37.04%
B = 45.68%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#387894 (or 0x387894) is known color: Jelly Bean. HEX triplet: 38, 78 and 94. RGB value is (56,120,148). Sum of RGB (Red+Green+Blue) = 56+120+148=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #387894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387894 is #C7876B. Grayscale: #676767. Windows color (decimal): -13076332 or 9730104. OLE color: 9730104.

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

Color convert

RGB 56 120 148 -
CMYK 0.62 0.19 0 0.42
HSL 198.26º 0.45% 0.4% -
HSV(B) 198.26º 0.62% 0.58% -
XYZ 13.69 16.41 30.46 -
YUV 104.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 56 120 148 0.62 0.19 0 0.42 198.26 0.45 0.4
Hex 38 78 94 3E 13 0 2A C6 2D 28
Octal 70 170 224 76 23 0 52 306 55 50
Binary 111000 1111000 10010100 111110 10011 0 101010 11000110 101101 101000

Color Harmonies of #387894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387894

Black with #387894

Text Example


Text Example

White with #387894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387894; }

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

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

background-color css

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

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

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

border-color css

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

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

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