#367D90

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

Shades of Jelly Bean #367D90

Tints of Jelly Bean #367D90

Color information

#367D90 (or 0x367D90) is unknown color: approx Jelly Bean. HEX triplet: 36, 7D and 90. RGB value is (54,125,144). Sum of RGB (Red+Green+Blue) = 54+125+144=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #367D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367D90 is #C9826F. Grayscale: #696969. Windows color (decimal): -13206128 or 9469238. OLE color: 9469238.

HSL color Cylindrical-coordinate representation of color #367D90: hue angle of 192.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #367D90 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB54125144-
CMYK0.630.1300.44
HSL192.67º45.45%38.82%-
HSV(B)192.67º62.5%56.47%-
XYZ13.8917.4729.02-
YUV105.94149.4890.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.72%
GREEN value IS 125 (49.22% from 255) = 38.70%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=16.72%
G=38.70%
B=44.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541251440.630.1300.44192.6745.4538.82
Hex367D903FD02Cc12d27
Octal6617522077150543015547
Binary1101101111101100100001111111101010110011000001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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