#367D8D

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

Shades of Jelly Bean #367D8D

Tints of Jelly Bean #367D8D

Color information

#367D8D (or 0x367D8D) is unknown color: approx Jelly Bean. HEX triplet: 36, 7D and 8D. RGB value is (54,125,141). Sum of RGB (Red+Green+Blue) = 54+125+141=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #367D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367D8D is #C98272. Grayscale: #696969. Windows color (decimal): -13206131 or 9272630. OLE color: 9272630.

HSL color Cylindrical-coordinate representation of color #367D8D: hue angle of 191.03º 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 #367D8D is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB54125141-
CMYK0.620.1100.45
HSL191.03º44.62%38.24%-
HSV(B)191.03º61.7%55.29%-
XYZ13.6617.3727.83-
YUV105.6147.9891.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.88%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=16.88%
G=39.06%
B=44.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal541251410.620.1100.45191.0344.6238.24
Hex367D8D3EB02Dbf2d26
Octal6617521576130552775546
Binary1101101111101100011011111101011010110110111111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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