Html Css Color HEX #377A90 Jelly Bean

📋 copy color: '#377A90'

red 55 ◦ green 122 ◦ blue 144

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

Shades of Jelly Bean #377A90

Tints of Jelly Bean #377A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 17.13%
G = 38.01%
B = 44.86%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#377A90 (or 0x377A90) is known color: Jelly Bean. HEX triplet: 37, 7A and 90. RGB value is (55,122,144). Sum of RGB (Red+Green+Blue) = 55+122+144=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #377A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377A90 is #C8856F. Grayscale: #686868. Windows color (decimal): -13141360 or 9468471. OLE color: 9468471.

HSL color Cylindrical-coordinate representation of color #377A90: hue angle of 194.83º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #377A90 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 122 144 -
CMYK 0.62 0.15 0 0.44
HSL 194.83º 0.45% 0.39% -
HSV(B) 194.83º 0.62% 0.56% -
XYZ 13.57 16.74 28.9 -
YUV 104.48 150.3 92.71 -
System Red Green Blue C M Y K H S L
Decimal 55 122 144 0.62 0.15 0 0.44 194.83 0.45 0.39
Hex 37 7A 90 3E F 0 2C C3 2D 27
Octal 67 172 220 76 17 0 54 303 55 47
Binary 110111 1111010 10010000 111110 1111 0 101100 11000011 101101 100111

Color Harmonies of #377A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377A90

Black with #377A90

Text Example


Text Example

White with #377A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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