Html Css Color HEX #377F90 Jelly Bean

📋 copy color: '#377F90'

red 55 ◦ green 127 ◦ blue 144

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

Shades of Jelly Bean #377F90

Tints of Jelly Bean #377F90

RGB

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

 GREEN value IS 127 (50% from 255) = 38.96%

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

R = 16.87%
G = 38.96%
B = 44.17%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#377F90 (or 0x377F90) is known color: Jelly Bean. HEX triplet: 37, 7F and 90. RGB value is (55,127,144). Sum of RGB (Red+Green+Blue) = 55+127+144=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #377F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F90 is #C8806F. Grayscale: #6B6B6B. Windows color (decimal): -13140080 or 9469751. OLE color: 9469751.

HSL color Cylindrical-coordinate representation of color #377F90: hue angle of 191.46º 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 #377F90 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 127 144 -
CMYK 0.62 0.12 0 0.44
HSL 191.46º 0.45% 0.39% -
HSV(B) 191.46º 0.62% 0.56% -
XYZ 14.2 18 29.11 -
YUV 107.41 148.65 90.62 -
System Red Green Blue C M Y K H S L
Decimal 55 127 144 0.62 0.12 0 0.44 191.46 0.45 0.39
Hex 37 7F 90 3E C 0 2C BF 2D 27
Octal 67 177 220 76 14 0 54 277 55 47
Binary 110111 1111111 10010000 111110 1100 0 101100 10111111 101101 100111

Color Harmonies of #377F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F90

Black with #377F90

Text Example


Text Example

White with #377F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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