Html Css Color HEX #378194 Jelly Bean

📋 copy color: '#378194'

red 55 ◦ green 129 ◦ blue 148

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

Shades of Jelly Bean #378194

Tints of Jelly Bean #378194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.58%

R = 16.57%
G = 38.86%
B = 44.58%

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

#378194 (or 0x378194) is known color: Jelly Bean. HEX triplet: 37, 81 and 94. RGB value is (55,129,148). Sum of RGB (Red+Green+Blue) = 55+129+148=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #378194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378194 is #C87E6B. Grayscale: #6C6C6C. Windows color (decimal): -13139564 or 9732407. OLE color: 9732407.

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

Color convert

RGB 55 129 148 -
CMYK 0.63 0.13 0 0.42
HSL 192.26º 0.46% 0.4% -
HSV(B) 192.26º 0.63% 0.58% -
XYZ 14.77 18.65 30.84 -
YUV 109.04 149.98 89.46 -
System Red Green Blue C M Y K H S L
Decimal 55 129 148 0.63 0.13 0 0.42 192.26 0.46 0.4
Hex 37 81 94 3F D 0 2A C0 2E 28
Octal 67 201 224 77 15 0 52 300 56 50
Binary 110111 10000001 10010100 111111 1101 0 101010 11000000 101110 101000

Color Harmonies of #378194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378194

Black with #378194

Text Example


Text Example

White with #378194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378194; }

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

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

background-color css

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

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

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

border-color css

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

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

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