Html Css Color HEX #388193 Jelly Bean

📋 copy color: '#388193'

red 56 ◦ green 129 ◦ blue 147

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

Shades of Jelly Bean #388193

Tints of Jelly Bean #388193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.86%

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

R = 16.87%
G = 38.86%
B = 44.28%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#388193 (or 0x388193) is known color: Jelly Bean. HEX triplet: 38, 81 and 93. RGB value is (56,129,147). Sum of RGB (Red+Green+Blue) = 56+129+147=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #388193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388193 is #C77E6C. Grayscale: #6D6D6D. Windows color (decimal): -13074029 or 9666872. OLE color: 9666872.

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

Color convert

RGB 56 129 147 -
CMYK 0.62 0.12 0 0.42
HSL 191.87º 0.45% 0.4% -
HSV(B) 191.87º 0.62% 0.58% -
XYZ 14.75 18.65 30.43 -
YUV 109.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 56 129 147 0.62 0.12 0 0.42 191.87 0.45 0.4
Hex 38 81 93 3E C 0 2A C0 2D 28
Octal 70 201 223 76 14 0 52 300 55 50
Binary 111000 10000001 10010011 111110 1100 0 101010 11000000 101101 101000

Color Harmonies of #388193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388193

Black with #388193

Text Example


Text Example

White with #388193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388193; }

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

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

background-color css

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

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

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

border-color css

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

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

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