#367F8D

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

Shades of Jelly Bean #367F8D

Tints of Jelly Bean #367F8D

Color information

#367F8D (or 0x367F8D) is unknown color: approx Jelly Bean. HEX triplet: 36, 7F and 8D. RGB value is (54,127,141). Sum of RGB (Red+Green+Blue) = 54+127+141=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #367F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367F8D is #C98072. Grayscale: #6A6A6A. Windows color (decimal): -13205619 or 9273142. OLE color: 9273142.

HSL color Cylindrical-coordinate representation of color #367F8D: hue angle of 189.66º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #367F8D is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB54127141-
CMYK0.620.1000.45
HSL189.66º44.62%38.24%-
HSV(B)189.66º61.7%55.29%-
XYZ13.9217.8927.92-
YUV106.77147.3290.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.77%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=16.77%
G=39.44%
B=43.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541271410.620.1000.45189.6644.6238.24
Hex367F8D3EA02Dbe2d26
Octal6617721576120552765546
Binary1101101111111100011011111101010010110110111110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,127,141); }

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

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

 a { background-color: rgb(54,127,141); }

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

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

 span { border-color: rgb(54,127,141); }

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