Html Css Color HEX #377D8E Jelly Bean

📋 copy color: '#377D8E'

red 55 ◦ green 125 ◦ blue 142

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

Shades of Jelly Bean #377D8E

Tints of Jelly Bean #377D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 17.08%
G = 38.82%
B = 44.1%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#377D8E (or 0x377D8E) is known color: Jelly Bean. HEX triplet: 37, 7D and 8E. RGB value is (55,125,142). Sum of RGB (Red+Green+Blue) = 55+125+142=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #377D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377D8E is #C88271. Grayscale: #696969. Windows color (decimal): -13140594 or 9338167. OLE color: 9338167.

HSL color Cylindrical-coordinate representation of color #377D8E: hue angle of 191.72º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #377D8E is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 125 142 -
CMYK 0.61 0.12 0 0.44
HSL 191.72º 0.44% 0.39% -
HSV(B) 191.72º 0.61% 0.56% -
XYZ 13.79 17.43 28.23 -
YUV 106.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 55 125 142 0.61 0.12 0 0.44 191.72 0.44 0.39
Hex 37 7D 8E 3D C 0 2C C0 2C 27
Octal 67 175 216 75 14 0 54 300 54 47
Binary 110111 1111101 10001110 111101 1100 0 101100 11000000 101100 100111

Color Harmonies of #377D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D8E

Black with #377D8E

Text Example


Text Example

White with #377D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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