Html Css Color HEX #377D93 Jelly Bean

📋 copy color: '#377D93'

red 55 ◦ green 125 ◦ blue 147

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

Shades of Jelly Bean #377D93

Tints of Jelly Bean #377D93

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.23%

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

R = 16.82%
G = 38.23%
B = 44.95%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#377D93 (or 0x377D93) is known color: Jelly Bean. HEX triplet: 37, 7D and 93. RGB value is (55,125,147). Sum of RGB (Red+Green+Blue) = 55+125+147=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #377D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377D93 is #C8826C. Grayscale: #6A6A6A. Windows color (decimal): -13140589 or 9665847. OLE color: 9665847.

HSL color Cylindrical-coordinate representation of color #377D93: hue angle of 194.35º 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 #377D93 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 125 147 -
CMYK 0.63 0.15 0 0.42
HSL 194.35º 0.46% 0.4% -
HSV(B) 194.35º 0.63% 0.58% -
XYZ 14.18 17.59 30.25 -
YUV 106.58 150.81 91.21 -
System Red Green Blue C M Y K H S L
Decimal 55 125 147 0.63 0.15 0 0.42 194.35 0.46 0.4
Hex 37 7D 93 3F F 0 2A C2 2E 28
Octal 67 175 223 77 17 0 52 302 56 50
Binary 110111 1111101 10010011 111111 1111 0 101010 11000010 101110 101000

Color Harmonies of #377D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D93

Black with #377D93

Text Example


Text Example

White with #377D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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