Html Css Color HEX #377E98 Jelly Bean

📋 copy color: '#377E98'

red 55 ◦ green 126 ◦ blue 152

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

Shades of Jelly Bean #377E98

Tints of Jelly Bean #377E98

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.84%

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

R = 16.52%
G = 37.84%
B = 45.65%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#377E98 (or 0x377E98) is known color: Jelly Bean. HEX triplet: 37, 7E and 98. RGB value is (55,126,152). Sum of RGB (Red+Green+Blue) = 55+126+152=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #377E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377E98 is #C88167. Grayscale: #6B6B6B. Windows color (decimal): -13140328 or 9993783. OLE color: 9993783.

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

Color convert

RGB 55 126 152 -
CMYK 0.64 0.17 0 0.40
HSL 196.08º 0.47% 0.41% -
HSV(B) 196.08º 0.64% 0.6% -
XYZ 14.7 18 32.41 -
YUV 107.74 152.98 90.39 -
System Red Green Blue C M Y K H S L
Decimal 55 126 152 0.64 0.17 0 0.40 196.08 0.47 0.41
Hex 37 7E 98 40 11 0 28 C4 2F 29
Octal 67 176 230 100 21 0 50 304 57 51
Binary 110111 1111110 10011000 1000000 10001 0 101000 11000100 101111 101001

Color Harmonies of #377E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377E98

Black with #377E98

Text Example


Text Example

White with #377E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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