#367B96

Color #367B96 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #367B96

Tints of Jelly Bean #367B96

Color information

#367B96 (or 0x367B96) is unknown color: approx Jelly Bean. HEX triplet: 36, 7B and 96. RGB value is (54,123,150). Sum of RGB (Red+Green+Blue) = 54+123+150=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #367B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367B96 is #C98469. Grayscale: #696969. Windows color (decimal): -13206634 or 9861942. OLE color: 9861942.

HSL color Cylindrical-coordinate representation of color #367B96: hue angle of 196.88º 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 #367B96 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB54123150-
CMYK0.640.1800.41
HSL196.88º47.06%40%-
HSV(B)196.88º64%58.82%-
XYZ14.1117.1531.42-
YUV105.45153.1491.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.51%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=16.51%
G=37.61%
B=45.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541231500.640.1800.41196.8847.0640
Hex367B964012029c52f28
Octal66173226100220513055750
Binary110110111101110010110100000010010010100111000101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367B96; }

 p { color: rgb(54,123,150); }

 H1.HeaderClassName
 {
   color: #367B96;
 }
 .AnyTagClassName
 {
   color: #367B96;
 }
</style>
background-color css

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

 a { background-color: rgb(54,123,150); }

 div.DivClassName
 {
   background-color: #367B96;
 }
 .BgClassName
 {
   background-color: #367B96;
 }
</style>
border-color css

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

 span { border-color: rgb(54,123,150); }

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