Html Css Color HEX #378097 Jelly Bean

📋 copy color: '#378097'

red 55 ◦ green 128 ◦ blue 151

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

Shades of Jelly Bean #378097

Tints of Jelly Bean #378097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.21%

R = 16.47%
G = 38.32%
B = 45.21%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#378097 (or 0x378097) is known color: Jelly Bean. HEX triplet: 37, 80 and 97. RGB value is (55,128,151). Sum of RGB (Red+Green+Blue) = 55+128+151=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #378097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378097 is #C87F68. Grayscale: #6C6C6C. Windows color (decimal): -13139817 or 9928759. OLE color: 9928759.

HSL color Cylindrical-coordinate representation of color #378097: hue angle of 194.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #378097 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 128 151 -
CMYK 0.64 0.15 0 0.41
HSL 194.38º 0.47% 0.4% -
HSV(B) 194.38º 0.64% 0.59% -
XYZ 14.88 18.48 32.06 -
YUV 108.8 151.82 89.63 -
System Red Green Blue C M Y K H S L
Decimal 55 128 151 0.64 0.15 0 0.41 194.38 0.47 0.4
Hex 37 80 97 40 F 0 29 C2 2F 28
Octal 67 200 227 100 17 0 51 302 57 50
Binary 110111 10000000 10010111 1000000 1111 0 101001 11000010 101111 101000

Color Harmonies of #378097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378097

Black with #378097

Text Example


Text Example

White with #378097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378097; }

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

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

background-color css

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

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

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

border-color css

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

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

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