Html Css Color HEX #377993 Jelly Bean

📋 copy color: '#377993'

red 55 ◦ green 121 ◦ blue 147

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

Shades of Jelly Bean #377993

Tints of Jelly Bean #377993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.51%

R = 17.03%
G = 37.46%
B = 45.51%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#377993 (or 0x377993) is known color: Jelly Bean. HEX triplet: 37, 79 and 93. RGB value is (55,121,147). Sum of RGB (Red+Green+Blue) = 55+121+147=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #377993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377993 is #C8866C. Grayscale: #686868. Windows color (decimal): -13141613 or 9664823. OLE color: 9664823.

HSL color Cylindrical-coordinate representation of color #377993: hue angle of 196.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 #377993 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 121 147 -
CMYK 0.63 0.18 0 0.42
HSL 196.96º 0.46% 0.4% -
HSV(B) 196.96º 0.63% 0.58% -
XYZ 13.68 16.59 30.09 -
YUV 104.23 152.13 92.89 -
System Red Green Blue C M Y K H S L
Decimal 55 121 147 0.63 0.18 0 0.42 196.96 0.46 0.4
Hex 37 79 93 3F 12 0 2A C5 2E 28
Octal 67 171 223 77 22 0 52 305 56 50
Binary 110111 1111001 10010011 111111 10010 0 101010 11000101 101110 101000

Color Harmonies of #377993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377993

Black with #377993

Text Example


Text Example

White with #377993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377993; }

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

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

background-color css

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

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

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

border-color css

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

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

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