Html Css Color HEX #388393 Jelly Bean

📋 copy color: '#388393'

red 56 ◦ green 131 ◦ blue 147

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

Shades of Jelly Bean #388393

Tints of Jelly Bean #388393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.01%

R = 16.77%
G = 39.22%
B = 44.01%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#388393 (or 0x388393) is known color: Jelly Bean. HEX triplet: 38, 83 and 93. RGB value is (56,131,147). Sum of RGB (Red+Green+Blue) = 56+131+147=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #388393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388393 is #C77C6C. Grayscale: #6E6E6E. Windows color (decimal): -13073517 or 9667384. OLE color: 9667384.

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

Color convert

RGB 56 131 147 -
CMYK 0.62 0.11 0 0.42
HSL 190.55º 0.45% 0.4% -
HSV(B) 190.55º 0.62% 0.58% -
XYZ 15.01 19.18 30.51 -
YUV 110.4 148.65 89.2 -
System Red Green Blue C M Y K H S L
Decimal 56 131 147 0.62 0.11 0 0.42 190.55 0.45 0.4
Hex 38 83 93 3E B 0 2A BF 2D 28
Octal 70 203 223 76 13 0 52 277 55 50
Binary 111000 10000011 10010011 111110 1011 0 101010 10111111 101101 101000

Color Harmonies of #388393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388393

Black with #388393

Text Example


Text Example

White with #388393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388393; }

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

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

background-color css

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

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

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

border-color css

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

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

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