Html Css Color HEX #378090 Jelly Bean

📋 copy color: '#378090'

red 55 ◦ green 128 ◦ blue 144

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

Shades of Jelly Bean #378090

Tints of Jelly Bean #378090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.14%

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 16.82%
G = 39.14%
B = 44.04%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#378090 (or 0x378090) is known color: Jelly Bean. HEX triplet: 37, 80 and 90. RGB value is (55,128,144). Sum of RGB (Red+Green+Blue) = 55+128+144=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #378090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378090 is #C87F6F. Grayscale: #6B6B6B. Windows color (decimal): -13139824 or 9470007. OLE color: 9470007.

HSL color Cylindrical-coordinate representation of color #378090: hue angle of 190.79º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378090 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 128 144 -
CMYK 0.62 0.11 0 0.44
HSL 190.79º 0.45% 0.39% -
HSV(B) 190.79º 0.62% 0.56% -
XYZ 14.33 18.26 29.16 -
YUV 108 148.32 90.2 -
System Red Green Blue C M Y K H S L
Decimal 55 128 144 0.62 0.11 0 0.44 190.79 0.45 0.39
Hex 37 80 90 3E B 0 2C BF 2D 27
Octal 67 200 220 76 13 0 54 277 55 47
Binary 110111 10000000 10010000 111110 1011 0 101100 10111111 101101 100111

Color Harmonies of #378090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378090

Black with #378090

Text Example


Text Example

White with #378090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378090; }

 p { color: rgb(55,128,144); }

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

background-color css

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

 a { background-color: rgb(55,128,144); }

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

border-color css

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

 span { border-color: rgb(55,128,144); }

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