Html Css Color HEX #388292 Jelly Bean

📋 copy color: '#388292'

red 56 ◦ green 130 ◦ blue 146

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

Shades of Jelly Bean #388292

Tints of Jelly Bean #388292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.16%

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

R = 16.87%
G = 39.16%
B = 43.98%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#388292 (or 0x388292) is known color: Jelly Bean. HEX triplet: 38, 82 and 92. RGB value is (56,130,146). Sum of RGB (Red+Green+Blue) = 56+130+146=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #388292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388292 is #C77D6D. Grayscale: #6D6D6D. Windows color (decimal): -13073774 or 9601592. OLE color: 9601592.

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

Color convert

RGB 56 130 146 -
CMYK 0.62 0.11 0 0.43
HSL 190.67º 0.45% 0.4% -
HSV(B) 190.67º 0.62% 0.57% -
XYZ 14.8 18.88 30.06 -
YUV 109.7 148.48 89.7 -
System Red Green Blue C M Y K H S L
Decimal 56 130 146 0.62 0.11 0 0.43 190.67 0.45 0.4
Hex 38 82 92 3E B 0 2B BF 2D 28
Octal 70 202 222 76 13 0 53 277 55 50
Binary 111000 10000010 10010010 111110 1011 0 101011 10111111 101101 101000

Color Harmonies of #388292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388292

Black with #388292

Text Example


Text Example

White with #388292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388292; }

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

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

background-color css

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

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

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

border-color css

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

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

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