Html Css Color HEX #378294 Jelly Bean

📋 copy color: '#378294'

red 55 ◦ green 130 ◦ blue 148

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

Shades of Jelly Bean #378294

Tints of Jelly Bean #378294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.04%

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

R = 16.52%
G = 39.04%
B = 44.44%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#378294 (or 0x378294) is known color: Jelly Bean. HEX triplet: 37, 82 and 94. RGB value is (55,130,148). Sum of RGB (Red+Green+Blue) = 55+130+148=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #378294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378294 is #C87D6B. Grayscale: #6D6D6D. Windows color (decimal): -13139308 or 9732663. OLE color: 9732663.

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

Color convert

RGB 55 130 148 -
CMYK 0.63 0.12 0 0.42
HSL 191.61º 0.46% 0.4% -
HSV(B) 191.61º 0.63% 0.58% -
XYZ 14.9 18.92 30.88 -
YUV 109.63 149.65 89.04 -
System Red Green Blue C M Y K H S L
Decimal 55 130 148 0.63 0.12 0 0.42 191.61 0.46 0.4
Hex 37 82 94 3F C 0 2A C0 2E 28
Octal 67 202 224 77 14 0 52 300 56 50
Binary 110111 10000010 10010100 111111 1100 0 101010 11000000 101110 101000

Color Harmonies of #378294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378294

Black with #378294

Text Example


Text Example

White with #378294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378294; }

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

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

background-color css

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

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

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

border-color css

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

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

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