Html Css Color HEX #377D96 Jelly Bean

📋 copy color: '#377D96'

red 55 ◦ green 125 ◦ blue 150

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

Shades of Jelly Bean #377D96

Tints of Jelly Bean #377D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.45%

R = 16.67%
G = 37.88%
B = 45.45%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#377D96 (or 0x377D96) is known color: Jelly Bean. HEX triplet: 37, 7D and 96. RGB value is (55,125,150). Sum of RGB (Red+Green+Blue) = 55+125+150=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #377D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377D96 is #C88269. Grayscale: #6A6A6A. Windows color (decimal): -13140586 or 9862455. OLE color: 9862455.

HSL color Cylindrical-coordinate representation of color #377D96: hue angle of 195.79º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #377D96 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 125 150 -
CMYK 0.63 0.17 0 0.41
HSL 195.79º 0.46% 0.4% -
HSV(B) 195.79º 0.63% 0.59% -
XYZ 14.41 17.68 31.51 -
YUV 106.92 152.31 90.97 -
System Red Green Blue C M Y K H S L
Decimal 55 125 150 0.63 0.17 0 0.41 195.79 0.46 0.4
Hex 37 7D 96 3F 11 0 29 C4 2E 28
Octal 67 175 226 77 21 0 51 304 56 50
Binary 110111 1111101 10010110 111111 10001 0 101001 11000100 101110 101000

Color Harmonies of #377D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D96

Black with #377D96

Text Example


Text Example

White with #377D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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