Html Css Color HEX #377E9B Jelly Bean

📋 copy color: '#377E9B'

red 55 ◦ green 126 ◦ blue 155

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

Shades of Jelly Bean #377E9B

Tints of Jelly Bean #377E9B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.5%

 BLUE value IS 155 (60.94% from 255) = 46.13%

R = 16.37%
G = 37.5%
B = 46.13%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#377E9B (or 0x377E9B) is known color: Jelly Bean. HEX triplet: 37, 7E and 9B. RGB value is (55,126,155). Sum of RGB (Red+Green+Blue) = 55+126+155=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #377E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377E9B is #C88164. Grayscale: #6B6B6B. Windows color (decimal): -13140325 or 10190391. OLE color: 10190391.

HSL color Cylindrical-coordinate representation of color #377E9B: hue angle of 197.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #377E9B is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 126 155 -
CMYK 0.65 0.19 0 0.39
HSL 197.4º 0.48% 0.41% -
HSV(B) 197.4º 0.65% 0.61% -
XYZ 14.95 18.1 33.72 -
YUV 108.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 55 126 155 0.65 0.19 0 0.39 197.4 0.48 0.41
Hex 37 7E 9B 41 13 0 27 C5 30 29
Octal 67 176 233 101 23 0 47 305 60 51
Binary 110111 1111110 10011011 1000001 10011 0 100111 11000101 110000 101001

Color Harmonies of #377E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377E9B

Black with #377E9B

Text Example


Text Example

White with #377E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,126,155); }

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

background-color css

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

 a { background-color: rgb(55,126,155); }

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

border-color css

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

 span { border-color: rgb(55,126,155); }

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