Html Css Color HEX #378191 Jelly Bean

📋 copy color: '#378191'

red 55 ◦ green 129 ◦ blue 145

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

Shades of Jelly Bean #378191

Tints of Jelly Bean #378191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 16.72%
G = 39.21%
B = 44.07%

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

#378191 (or 0x378191) is known color: Jelly Bean. HEX triplet: 37, 81 and 91. RGB value is (55,129,145). Sum of RGB (Red+Green+Blue) = 55+129+145=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #378191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378191 is #C87E6E. Grayscale: #6C6C6C. Windows color (decimal): -13139567 or 9535799. OLE color: 9535799.

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

Color convert

RGB 55 129 145 -
CMYK 0.62 0.11 0 0.43
HSL 190.67º 0.45% 0.39% -
HSV(B) 190.67º 0.62% 0.57% -
XYZ 14.54 18.56 29.6 -
YUV 108.7 148.48 89.7 -
System Red Green Blue C M Y K H S L
Decimal 55 129 145 0.62 0.11 0 0.43 190.67 0.45 0.39
Hex 37 81 91 3E B 0 2B BF 2D 27
Octal 67 201 221 76 13 0 53 277 55 47
Binary 110111 10000001 10010001 111110 1011 0 101011 10111111 101101 100111

Color Harmonies of #378191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378191

Black with #378191

Text Example


Text Example

White with #378191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378191; }

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

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

background-color css

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

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

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

border-color css

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

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

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