Html Css Color HEX #377A98 Jelly Bean

📋 copy color: '#377A98'

red 55 ◦ green 122 ◦ blue 152

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

Shades of Jelly Bean #377A98

Tints of Jelly Bean #377A98

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.08%

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

R = 16.72%
G = 37.08%
B = 46.2%

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

#377A98 (or 0x377A98) is known color: Jelly Bean. HEX triplet: 37, 7A and 98. RGB value is (55,122,152). Sum of RGB (Red+Green+Blue) = 55+122+152=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #377A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377A98 is #C88567. Grayscale: #696969. Windows color (decimal): -13141352 or 9992759. OLE color: 9992759.

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

Color convert

RGB 55 122 152 -
CMYK 0.64 0.20 0 0.40
HSL 198.56º 0.47% 0.41% -
HSV(B) 198.56º 0.64% 0.6% -
XYZ 14.2 17 32.24 -
YUV 105.39 154.3 92.06 -
System Red Green Blue C M Y K H S L
Decimal 55 122 152 0.64 0.20 0 0.40 198.56 0.47 0.41
Hex 37 7A 98 40 14 0 28 C7 2F 29
Octal 67 172 230 100 24 0 50 307 57 51
Binary 110111 1111010 10011000 1000000 10100 0 101000 11000111 101111 101001

Color Harmonies of #377A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377A98

Black with #377A98

Text Example


Text Example

White with #377A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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