Html Css Color HEX #377A97 Jelly Bean

📋 copy color: '#377A97'

red 55 ◦ green 122 ◦ blue 151

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

Shades of Jelly Bean #377A97

Tints of Jelly Bean #377A97

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.2%

 BLUE value IS 151 (59.38% from 255) = 46.04%

R = 16.77%
G = 37.2%
B = 46.04%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#377A97 (or 0x377A97) is known color: Jelly Bean. HEX triplet: 37, 7A and 97. RGB value is (55,122,151). Sum of RGB (Red+Green+Blue) = 55+122+151=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #377A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377A97 is #C88568. Grayscale: #696969. Windows color (decimal): -13141353 or 9927223. OLE color: 9927223.

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

Color convert

RGB 55 122 151 -
CMYK 0.64 0.19 0 0.41
HSL 198.13º 0.47% 0.4% -
HSV(B) 198.13º 0.64% 0.59% -
XYZ 14.12 16.97 31.81 -
YUV 105.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 55 122 151 0.64 0.19 0 0.41 198.13 0.47 0.4
Hex 37 7A 97 40 13 0 29 C6 2F 28
Octal 67 172 227 100 23 0 51 306 57 50
Binary 110111 1111010 10010111 1000000 10011 0 101001 11000110 101111 101000

Color Harmonies of #377A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377A97

Black with #377A97

Text Example


Text Example

White with #377A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,122,151); }

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

background-color css

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

 a { background-color: rgb(55,122,151); }

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

border-color css

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

 span { border-color: rgb(55,122,151); }

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