Html Css Color HEX #377C99 Jelly Bean

📋 copy color: '#377C99'

red 55 ◦ green 124 ◦ blue 153

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

Shades of Jelly Bean #377C99

Tints of Jelly Bean #377C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.08%

R = 16.57%
G = 37.35%
B = 46.08%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#377C99 (or 0x377C99) is known color: Jelly Bean. HEX triplet: 37, 7C and 99. RGB value is (55,124,153). Sum of RGB (Red+Green+Blue) = 55+124+153=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #377C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C99 is #C88366. Grayscale: #6A6A6A. Windows color (decimal): -13140839 or 10058807. OLE color: 10058807.

HSL color Cylindrical-coordinate representation of color #377C99: hue angle of 197.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #377C99 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 124 153 -
CMYK 0.64 0.19 0 0.4
HSL 197.76º 0.47% 0.41% -
HSV(B) 197.76º 0.64% 0.6% -
XYZ 14.53 17.53 32.75 -
YUV 106.68 154.14 91.14 -
System Red Green Blue C M Y K H S L
Decimal 55 124 153 0.64 0.19 0 0.4 197.76 0.47 0.41
Hex 37 7C 99 40 13 0 28 C6 2F 29
Octal 67 174 231 100 23 0 50 306 57 51
Binary 110111 1111100 10011001 1000000 10011 0 101000 11000110 101111 101001

Color Harmonies of #377C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C99

Black with #377C99

Text Example


Text Example

White with #377C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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