Html Css Color HEX #378195 Jelly Bean

📋 copy color: '#378195'

red 55 ◦ green 129 ◦ blue 149

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

Shades of Jelly Bean #378195

Tints of Jelly Bean #378195

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.74%

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

R = 16.52%
G = 38.74%
B = 44.74%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#378195 (or 0x378195) is known color: Jelly Bean. HEX triplet: 37, 81 and 95. RGB value is (55,129,149). Sum of RGB (Red+Green+Blue) = 55+129+149=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #378195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378195 is #C87E6A. Grayscale: #6D6D6D. Windows color (decimal): -13139563 or 9797943. OLE color: 9797943.

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

Color convert

RGB 55 129 149 -
CMYK 0.63 0.13 0 0.42
HSL 192.77º 0.46% 0.4% -
HSV(B) 192.77º 0.63% 0.58% -
XYZ 14.85 18.68 31.26 -
YUV 109.15 150.48 89.37 -
System Red Green Blue C M Y K H S L
Decimal 55 129 149 0.63 0.13 0 0.42 192.77 0.46 0.4
Hex 37 81 95 3F D 0 2A C1 2E 28
Octal 67 201 225 77 15 0 52 301 56 50
Binary 110111 10000001 10010101 111111 1101 0 101010 11000001 101110 101000

Color Harmonies of #378195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378195

Black with #378195

Text Example


Text Example

White with #378195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378195; }

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

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

background-color css

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

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

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

border-color css

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

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

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