#367D8A

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

Shades of Jelly Bean #367D8A

Tints of Jelly Bean #367D8A

Color information

#367D8A (or 0x367D8A) is unknown color: approx Jelly Bean. HEX triplet: 36, 7D and 8A. RGB value is (54,125,138). Sum of RGB (Red+Green+Blue) = 54+125+138=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #367D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367D8A is #C98275. Grayscale: #696969. Windows color (decimal): -13206134 or 9076022. OLE color: 9076022.

HSL color Cylindrical-coordinate representation of color #367D8A: hue angle of 189.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #367D8A is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB54125138-
CMYK0.610.0900.46
HSL189.29º43.75%37.65%-
HSV(B)189.29º60.87%54.12%-
XYZ13.4417.2926.67-
YUV105.25146.4891.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.03%
GREEN value IS 125 (49.22% from 255) = 39.43%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=17.03%
G=39.43%
B=43.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541251380.610.0900.46189.2943.7537.65
Hex367D8A3D902Ebd2c26
Octal6617521275110562755446
Binary1101101111101100010101111011001010111010111101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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