Html Css Color HEX #377F99 Jelly Bean

📋 copy color: '#377F99'

red 55 ◦ green 127 ◦ blue 153

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

Shades of Jelly Bean #377F99

Tints of Jelly Bean #377F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 16.42%
G = 37.91%
B = 45.67%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#377F99 (or 0x377F99) is known color: Jelly Bean. HEX triplet: 37, 7F and 99. RGB value is (55,127,153). Sum of RGB (Red+Green+Blue) = 55+127+153=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #377F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F99 is #C88066. Grayscale: #6C6C6C. Windows color (decimal): -13140071 or 10059575. OLE color: 10059575.

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

Color convert

RGB 55 127 153 -
CMYK 0.64 0.17 0 0.4
HSL 195.92º 0.47% 0.41% -
HSV(B) 195.92º 0.64% 0.6% -
XYZ 14.91 18.29 32.88 -
YUV 108.44 153.15 89.89 -
System Red Green Blue C M Y K H S L
Decimal 55 127 153 0.64 0.17 0 0.4 195.92 0.47 0.41
Hex 37 7F 99 40 11 0 28 C4 2F 29
Octal 67 177 231 100 21 0 50 304 57 51
Binary 110111 1111111 10011001 1000000 10001 0 101000 11000100 101111 101001

Color Harmonies of #377F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F99

Black with #377F99

Text Example


Text Example

White with #377F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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