Html Css Color HEX #378095 Jelly Bean

📋 copy color: '#378095'

red 55 ◦ green 128 ◦ blue 149

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

Shades of Jelly Bean #378095

Tints of Jelly Bean #378095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.88%

R = 16.57%
G = 38.55%
B = 44.88%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#378095 (or 0x378095) is known color: Jelly Bean. HEX triplet: 37, 80 and 95. RGB value is (55,128,149). Sum of RGB (Red+Green+Blue) = 55+128+149=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #378095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378095 is #C87F6A. Grayscale: #6C6C6C. Windows color (decimal): -13139819 or 9797687. OLE color: 9797687.

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

Color convert

RGB 55 128 149 -
CMYK 0.63 0.14 0 0.42
HSL 193.4º 0.46% 0.4% -
HSV(B) 193.4º 0.63% 0.58% -
XYZ 14.72 18.42 31.21 -
YUV 108.57 150.82 89.79 -
System Red Green Blue C M Y K H S L
Decimal 55 128 149 0.63 0.14 0 0.42 193.4 0.46 0.4
Hex 37 80 95 3F E 0 2A C1 2E 28
Octal 67 200 225 77 16 0 52 301 56 50
Binary 110111 10000000 10010101 111111 1110 0 101010 11000001 101110 101000

Color Harmonies of #378095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378095

Black with #378095

Text Example


Text Example

White with #378095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378095; }

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

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

background-color css

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

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

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

border-color css

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

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

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