Html Css Color HEX #378193 Jelly Bean

📋 copy color: '#378193'

red 55 ◦ green 129 ◦ blue 147

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

Shades of Jelly Bean #378193

Tints of Jelly Bean #378193

RGB

 RED value IS 55 (21.88% from 255) = 16.62%

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

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

R = 16.62%
G = 38.97%
B = 44.41%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#378193 (or 0x378193) is known color: Jelly Bean. HEX triplet: 37, 81 and 93. RGB value is (55,129,147). Sum of RGB (Red+Green+Blue) = 55+129+147=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #378193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378193 is #C87E6C. Grayscale: #6C6C6C. Windows color (decimal): -13139565 or 9666871. OLE color: 9666871.

HSL color Cylindrical-coordinate representation of color #378193: hue angle of 191.74º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378193 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 129 147 -
CMYK 0.63 0.12 0 0.42
HSL 191.74º 0.46% 0.4% -
HSV(B) 191.74º 0.63% 0.58% -
XYZ 14.69 18.62 30.42 -
YUV 108.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 55 129 147 0.63 0.12 0 0.42 191.74 0.46 0.4
Hex 37 81 93 3F C 0 2A C0 2E 28
Octal 67 201 223 77 14 0 52 300 56 50
Binary 110111 10000001 10010011 111111 1100 0 101010 11000000 101110 101000

Color Harmonies of #378193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378193

Black with #378193

Text Example


Text Example

White with #378193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378193; }

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

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

background-color css

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

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

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

border-color css

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

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

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