#367E96

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

Shades of Jelly Bean #367E96

Tints of Jelly Bean #367E96

Color information

#367E96 (or 0x367E96) is unknown color: approx Jelly Bean. HEX triplet: 36, 7E and 96. RGB value is (54,126,150). Sum of RGB (Red+Green+Blue) = 54+126+150=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #367E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367E96 is #C98169. Grayscale: #6B6B6B. Windows color (decimal): -13205866 or 9862710. OLE color: 9862710.

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

Color convert

RGB54126150-
CMYK0.640.1600.41
HSL195º47.06%40%-
HSV(B)195º64%58.82%-
XYZ14.4917.9131.55-
YUV107.21152.1590.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.36%
GREEN value IS 126 (49.61% from 255) = 38.18%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=16.36%
G=38.18%
B=45.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal541261500.640.1600.4119547.0640
Hex367E964010029c32f28
Octal66176226100200513035750
Binary110110111111010010110100000010000010100111000011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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