Html Css Color HEX #377C9B Jelly Bean

📋 copy color: '#377C9B'

red 55 ◦ green 124 ◦ blue 155

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

Shades of Jelly Bean #377C9B

Tints of Jelly Bean #377C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.13%

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

R = 16.47%
G = 37.13%
B = 46.41%

CMYK

 C value IS 0.65

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#377C9B (or 0x377C9B) is known color: Jelly Bean. HEX triplet: 37, 7C and 9B. RGB value is (55,124,155). Sum of RGB (Red+Green+Blue) = 55+124+155=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #377C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C9B is #C88364. Grayscale: #6A6A6A. Windows color (decimal): -13140837 or 10189879. OLE color: 10189879.

HSL color Cylindrical-coordinate representation of color #377C9B: hue angle of 198.6º 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 #377C9B is Cyan = 0.65, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 124 155 -
CMYK 0.65 0.2 0 0.39
HSL 198.6º 0.48% 0.41% -
HSV(B) 198.6º 0.65% 0.61% -
XYZ 14.7 17.59 33.63 -
YUV 106.9 155.14 90.98 -
System Red Green Blue C M Y K H S L
Decimal 55 124 155 0.65 0.2 0 0.39 198.6 0.48 0.41
Hex 37 7C 9B 41 14 0 27 C7 30 29
Octal 67 174 233 101 24 0 47 307 60 51
Binary 110111 1111100 10011011 1000001 10100 0 100111 11000111 110000 101001

Color Harmonies of #377C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C9B

Black with #377C9B

Text Example


Text Example

White with #377C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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