Html Css Color HEX #388392 Jelly Bean

📋 copy color: '#388392'

red 56 ◦ green 131 ◦ blue 146

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

Shades of Jelly Bean #388392

Tints of Jelly Bean #388392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.34%

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 16.82%
G = 39.34%
B = 43.84%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#388392 (or 0x388392) is known color: Jelly Bean. HEX triplet: 38, 83 and 92. RGB value is (56,131,146). Sum of RGB (Red+Green+Blue) = 56+131+146=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #388392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388392 is #C77C6D. Grayscale: #6E6E6E. Windows color (decimal): -13073518 or 9601848. OLE color: 9601848.

HSL color Cylindrical-coordinate representation of color #388392: hue angle of 190º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388392 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 131 146 -
CMYK 0.62 0.10 0 0.43
HSL 190º 0.45% 0.4% -
HSV(B) 190º 0.62% 0.57% -
XYZ 14.94 19.15 30.1 -
YUV 110.29 148.15 89.28 -
System Red Green Blue C M Y K H S L
Decimal 56 131 146 0.62 0.10 0 0.43 190 0.45 0.4
Hex 38 83 92 3E A 0 2B BE 2D 28
Octal 70 203 222 76 12 0 53 276 55 50
Binary 111000 10000011 10010010 111110 1010 0 101011 10111110 101101 101000

Color Harmonies of #388392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388392

Black with #388392

Text Example


Text Example

White with #388392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388392; }

 p { color: rgb(56,131,146); }

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

background-color css

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

 a { background-color: rgb(56,131,146); }

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

border-color css

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

 span { border-color: rgb(56,131,146); }

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