Html Css Color HEX #377C95 Jelly Bean

📋 copy color: '#377C95'

red 55 ◦ green 124 ◦ blue 149

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

Shades of Jelly Bean #377C95

Tints of Jelly Bean #377C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.43%

R = 16.77%
G = 37.8%
B = 45.43%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#377C95 (or 0x377C95) is known color: Jelly Bean. HEX triplet: 37, 7C and 95. RGB value is (55,124,149). Sum of RGB (Red+Green+Blue) = 55+124+149=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #377C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C95 is #C8836A. Grayscale: #6A6A6A. Windows color (decimal): -13140843 or 9796663. OLE color: 9796663.

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

Color convert

RGB 55 124 149 -
CMYK 0.63 0.17 0 0.42
HSL 195.96º 0.46% 0.4% -
HSV(B) 195.96º 0.63% 0.58% -
XYZ 14.21 17.4 31.04 -
YUV 106.22 152.14 91.47 -
System Red Green Blue C M Y K H S L
Decimal 55 124 149 0.63 0.17 0 0.42 195.96 0.46 0.4
Hex 37 7C 95 3F 11 0 2A C4 2E 28
Octal 67 174 225 77 21 0 52 304 56 50
Binary 110111 1111100 10010101 111111 10001 0 101010 11000100 101110 101000

Color Harmonies of #377C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C95

Black with #377C95

Text Example


Text Example

White with #377C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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