Html Css Color HEX #377998 Jelly Bean

📋 copy color: '#377998'

red 55 ◦ green 121 ◦ blue 152

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

Shades of Jelly Bean #377998

Tints of Jelly Bean #377998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.89%

 BLUE value IS 152 (59.77% from 255) = 46.34%

R = 16.77%
G = 36.89%
B = 46.34%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#377998 (or 0x377998) is known color: Jelly Bean. HEX triplet: 37, 79 and 98. RGB value is (55,121,152). Sum of RGB (Red+Green+Blue) = 55+121+152=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #377998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377998 is #C88667. Grayscale: #686868. Windows color (decimal): -13141608 or 9992503. OLE color: 9992503.

HSL color Cylindrical-coordinate representation of color #377998: hue angle of 199.18º 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 #377998 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 121 152 -
CMYK 0.64 0.20 0 0.40
HSL 199.18º 0.47% 0.41% -
HSV(B) 199.18º 0.64% 0.6% -
XYZ 14.08 16.75 32.2 -
YUV 104.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 55 121 152 0.64 0.20 0 0.40 199.18 0.47 0.41
Hex 37 79 98 40 14 0 28 C7 2F 29
Octal 67 171 230 100 24 0 50 307 57 51
Binary 110111 1111001 10011000 1000000 10100 0 101000 11000111 101111 101001

Color Harmonies of #377998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377998

Black with #377998

Text Example


Text Example

White with #377998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377998; }

 p { color: rgb(55,121,152); }

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

background-color css

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

 a { background-color: rgb(55,121,152); }

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

border-color css

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

 span { border-color: rgb(55,121,152); }

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