Html Css Color HEX #387C94 Jelly Bean

📋 copy color: '#387C94'

red 56 ◦ green 124 ◦ blue 148

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

Shades of Jelly Bean #387C94

Tints of Jelly Bean #387C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.8%

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

R = 17.07%
G = 37.8%
B = 45.12%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#387C94 (or 0x387C94) is known color: Jelly Bean. HEX triplet: 38, 7C and 94. RGB value is (56,124,148). Sum of RGB (Red+Green+Blue) = 56+124+148=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #387C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C94 is #C7836B. Grayscale: #6A6A6A. Windows color (decimal): -13075308 or 9731128. OLE color: 9731128.

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

Color convert

RGB 56 124 148 -
CMYK 0.62 0.16 0 0.42
HSL 195.65º 0.45% 0.4% -
HSV(B) 195.65º 0.62% 0.58% -
XYZ 14.18 17.39 30.63 -
YUV 106.4 151.47 92.05 -
System Red Green Blue C M Y K H S L
Decimal 56 124 148 0.62 0.16 0 0.42 195.65 0.45 0.4
Hex 38 7C 94 3E 10 0 2A C4 2D 28
Octal 70 174 224 76 20 0 52 304 55 50
Binary 111000 1111100 10010100 111110 10000 0 101010 11000100 101101 101000

Color Harmonies of #387C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C94

Black with #387C94

Text Example


Text Example

White with #387C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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