Html Css Color HEX #387A94 Jelly Bean

📋 copy color: '#387A94'

red 56 ◦ green 122 ◦ blue 148

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

Shades of Jelly Bean #387A94

Tints of Jelly Bean #387A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.42%

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

R = 17.18%
G = 37.42%
B = 45.4%

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

#387A94 (or 0x387A94) is known color: Jelly Bean. HEX triplet: 38, 7A and 94. RGB value is (56,122,148). Sum of RGB (Red+Green+Blue) = 56+122+148=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #387A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A94 is #C7856B. Grayscale: #696969. Windows color (decimal): -13075820 or 9730616. OLE color: 9730616.

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

Color convert

RGB 56 122 148 -
CMYK 0.62 0.18 0 0.42
HSL 196.96º 0.45% 0.4% -
HSV(B) 196.96º 0.62% 0.58% -
XYZ 13.94 16.9 30.54 -
YUV 105.23 152.13 92.89 -
System Red Green Blue C M Y K H S L
Decimal 56 122 148 0.62 0.18 0 0.42 196.96 0.45 0.4
Hex 38 7A 94 3E 12 0 2A C5 2D 28
Octal 70 172 224 76 22 0 52 305 55 50
Binary 111000 1111010 10010100 111110 10010 0 101010 11000101 101101 101000

Color Harmonies of #387A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387A94

Black with #387A94

Text Example


Text Example

White with #387A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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